From fa46e218c7ddfa8bdf9b848d69a19b7303d0bb78 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Thu, 10 Oct 2002 17:19:43 +0000 Subject: [PATCH] Document the -n option and fix manpage Fl usage. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories --- usr.sbin/extattr/rmextattr.8 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/usr.sbin/extattr/rmextattr.8 b/usr.sbin/extattr/rmextattr.8 index 54e98bf4862b..7aa9b009f5e7 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