Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/extattr Fix typos, remove trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/d41bd4f85aab
branches: trunk
changeset: 767295:d41bd4f85aab
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Jul 14 22:14:03 2011 +0000
description:
Fix typos, remove trailing whitespace.
diffstat:
usr.bin/extattr/getextattr.1 | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diffs (92 lines):
diff -r 78129dab937b -r d41bd4f85aab usr.bin/extattr/getextattr.1
--- a/usr.bin/extattr/getextattr.1 Thu Jul 14 22:12:30 2011 +0000
+++ b/usr.bin/extattr/getextattr.1 Thu Jul 14 22:14:03 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index