diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index c71d9385115c..4028cca9967a 100644 --- a/usr.sbin/extattrctl/extattrctl.8 +++ b/usr.sbin/extattrctl/extattrctl.8 @@ -27,10 +27,10 @@ .\" .Dd March 30, 2000 .Dt EXTATTRCTL 8 -.Os FreeBSD 5.0 +.Os .Sh NAME .Nm extattrctl -.Nd Manage FFS extended attributes +.Nd manage FFS extended attributes .Sh SYNOPSIS .Nm extattrctl .Cm start @@ -109,8 +109,7 @@ read or written, and .Dq q allows any user to perform the attribute operation. The default is to limit activities to the root user, or -.Dq r -. +.Dq r . .Pp This file should not exist before running .Cm initattr. diff --git a/usr.sbin/getextattr/getextattr.8 b/usr.sbin/getextattr/getextattr.8 index 3d4ea97fe480..f898ed1c1a32 100644 --- a/usr.sbin/getextattr/getextattr.8 +++ b/usr.sbin/getextattr/getextattr.8 @@ -27,19 +27,20 @@ .\" .Dd March 30, 2000 .Dt GETEXTATTR 8 -.Os FreeBSD 5.0 +.Os .Sh NAME .Nm getextattr .Nd retrieve a named extended attribute .Sh SYNOPSIS .Nm getextattr .Op Fl s -.Op Ar attrname -.Op Ar filename ... +.Ar attrname +.Ar filename Op ... .Sh DESCRIPTION .Nm is a user tool to retrieve a named extended attribute on a file or -directory. The +directory. +The .Ar attrname argument should be the name of the attribute, and .Ar filename @@ -61,7 +62,6 @@ In order for to succeed, the attribute service must be available on the file system, and the attribute must of defined for the file queried. .Sh EXAMPLES -.Pp .Bd -literal -offset indent # getextattr md5 /kernel /kernel: @@ -73,7 +73,8 @@ and the attribute must of defined for the file queried. .Pp Retrieve the .Dq md5 -extended attribute for the file /kernel. +extended attribute for the file +.Pa /kernel . .Sh SEE ALSO .Xr extattrctl 8 , .Xr setextattr 8 , diff --git a/usr.sbin/setextattr/setextattr.8 b/usr.sbin/setextattr/setextattr.8 index c4b83d763b8c..0f96b4953235 100644 --- a/usr.sbin/setextattr/setextattr.8 +++ b/usr.sbin/setextattr/setextattr.8 @@ -27,7 +27,7 @@ .\" .Dd March 30, 2000 .Dt SETEXTATTR 8 -.Os FreeBSD 5.0 +.Os .Sh NAME .Nm setextattr .Nd set a named extended attribute @@ -54,7 +54,6 @@ In order for to succeed, the attribute service must be available on the file system, and appropriate privilege may be required. .Sh EXAMPLES -.Pp .Dl # setextattr md5 /kernel `md5 -q /kernel` .Pp Set the