diff options
author | green <green@FreeBSD.org> | 2002-10-10 17:19:43 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2002-10-10 17:19:43 +0000 |
commit | e16c978cb1ccd495b9e56bf46a39ff7da85fd16f (patch) | |
tree | e820a60cf4c2bdc28312a9eaec741535be420564 /usr.sbin/extattr | |
parent | 22299c98475bd852c8dca621d95e815cd48a4668 (diff) | |
download | FreeBSD-src-e16c978cb1ccd495b9e56bf46a39ff7da85fd16f.zip FreeBSD-src-e16c978cb1ccd495b9e56bf46a39ff7da85fd16f.tar.gz |
Document the -n option and fix manpage Fl usage.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'usr.sbin/extattr')
-rw-r--r-- | usr.sbin/extattr/rmextattr.8 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.sbin/extattr/rmextattr.8 b/usr.sbin/extattr/rmextattr.8 index 54e98bf..7aa9b00 100644 --- a/usr.sbin/extattr/rmextattr.8 +++ b/usr.sbin/extattr/rmextattr.8 @@ -56,7 +56,7 @@ .Ar attrname .Ar filename ... .Nm setextattr -.Op Fl fhq +.Op Fl fhnq .Ar attrnamespace .Ar attrname .Ar attrvalue @@ -80,17 +80,19 @@ a string to store in the attribute. .Pp The following options are available: .Bl -tag -width flag -.It Fl -f +.It Fl f (Force) Ignore errors on individual filenames and continue with the remaining arguments. -.It Fl -h +.It Fl h (No follow) If the file is a symbolic link, perform the operation on the link itself rather than the file that the link points to. -.It Fl -q +.It Fl n +(Nul-terminate) Nul-terminate the extent content written out. +.It Fl q (Quiet) Do not print out the pathname and suppress error messages. -.It Fl -s +.It Fl s (Stringify) Escape nonprinting characters and put quotes around the output. -.It Fl -x +.It Fl x (Hex) Print the output in hexadecimal. .El .Sh EXAMPLES |