Module Name: src Committed By: wiz Date: Thu Jul 14 22:14:03 UTC 2011
Modified Files: src/usr.bin/extattr: getextattr.1 Log Message: Fix typos, remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/extattr/getextattr.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/extattr/getextattr.1 diff -u src/usr.bin/extattr/getextattr.1:1.4 src/usr.bin/extattr/getextattr.1:1.5 --- src/usr.bin/extattr/getextattr.1:1.4 Thu Jul 14 15:25:27 2011 +++ src/usr.bin/extattr/getextattr.1 Thu Jul 14 22:14:03 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: getextattr.1,v 1.4 2011/07/14 15:25:27 manu Exp $ +.\" $NetBSD: getextattr.1,v 1.5 2011/07/14 22:14:03 wiz Exp $ .\" .\"- .\" Copyright (c) 2000, 2001 Robert N. M. Watson @@ -44,7 +44,7 @@ .Nd manipulate extended attributes .Sh SYNOPSIS .Nm getextattr -.Op Fl fhq +.Op Fl fhq .Op Fl s | Fl x | Fl v Ar style .Op Ar namespace .Ar attrname @@ -86,15 +86,15 @@ the namespace argument may be omitted if the attribute name is namespace prefixed, like in .Cm user.test . -In that later case, the +In that later case, the .Cm user -namespace prefix obviously selects +namespace prefix obviously selects .Cm user namespace. .Cm system , .Cm security , and -.Cm trusted +.Cm trusted namespace prefixes select the .Cm system namespace. @@ -135,35 +135,35 @@ Escape nonprinting characters and put quotes around the output. .It Fl v Ar style (Visual.) -Process the attribute value through +Process the attribute value through .Xr vis 3 , -using +using .Ar style . -Valid values for -.Ar style -are: +Valid values for +.Ar style +are: .Bl -tag -width indent .It Ar default Use default .Xr vis 3 encoding. .It Ar c -Use C-style backslash sequences, like in +Use C-style backslash sequences, like in .Nm vis Fl c . .It Ar http Use URI encoding from RFC 1808, like in .Nm vis Fl h . .It Ar octal -Display in octal, like in +Display in octal, like in .Nm vis Fl o . .It Ar vis -Alias for +Alias for .Ar default . .It Ar cstyle -Alias for +Alias for .Ar c . .It Ar httpstyle -Alias for +Alias for .Ar http . .El .It Fl x @@ -199,7 +199,7 @@ It was developed to support security extensions requiring additional labels to be associated with each file or directory. .Pp -Exented attribute support was resurected and made more usable in +Extended attribute support was resurrected and made more usable in .Nx 5.2 . .Sh AUTHORS .An Robert N M Watson