summaryrefslogtreecommitdiffstats
path: root/usr.sbin/getextattr
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-05-10 14:50:44 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-05-10 14:50:44 +0000
commit9cc4630033931071f43e8443fa6dc9c04faea8f0 (patch)
tree857fb2d2779087e9f72ec892b21250c9d37c2a20 /usr.sbin/getextattr
parentb1d25b2b6c2cc2e773a59a4cb46128ab8094768e (diff)
downloadFreeBSD-src-9cc4630033931071f43e8443fa6dc9c04faea8f0.zip
FreeBSD-src-9cc4630033931071f43e8443fa6dc9c04faea8f0.tar.gz
Minor mdoc markup fixes.
Reviewed by: maintainer
Diffstat (limited to 'usr.sbin/getextattr')
-rw-r--r--usr.sbin/getextattr/getextattr.813
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/getextattr/getextattr.8 b/usr.sbin/getextattr/getextattr.8
index 3d4ea97..f898ed1 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 ,
OpenPOWER on IntegriCloud