Document the -n option and fix manpage Fl usage.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
This commit is contained in:
Brian Feldman 2002-10-10 17:19:43 +00:00
parent cb0187a0da
commit fa46e218c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104805

View File

@ -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