diff options
| author | Brian Feldman <green@FreeBSD.org> | 2002-10-10 17:19:43 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2002-10-10 17:19:43 +0000 |
| commit | fa46e218c7ddfa8bdf9b848d69a19b7303d0bb78 (patch) | |
| tree | e820a60cf4c2bdc28312a9eaec741535be420564 /usr.sbin/extattr | |
| parent | cb0187a0dad8a0c091de2cc5507014f3bd18e87a (diff) | |
Notes
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 54e98bf4862b0..7aa9b009f5e76 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 |
