summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/getfacl/getfacl.15
-rw-r--r--bin/ls/ls.12
-rw-r--r--bin/pax/pax.13
-rw-r--r--bin/ps/ps.12
-rw-r--r--bin/setfacl/setfacl.15
-rw-r--r--bin/sh/sh.17
6 files changed, 14 insertions, 10 deletions
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1
index b688a4e..9135309 100644
--- a/bin/getfacl/getfacl.1
+++ b/bin/getfacl/getfacl.1
@@ -30,7 +30,7 @@
.\" Developed by the TrustedBSD Project.
.\" Support for POSIX.1e access control lists.
.\"
-.Dd December 30, 2002
+.Dd March 13, 2006
.Dt GETFACL 1
.Os
.Sh NAME
@@ -65,7 +65,8 @@ An error is generated if a default ACL cannot be associated with
If the target of the operation is a symbolic link, return the ACL from
the symbolic link itself rather than following the link.
.It Fl q
-Don't write commented information about file name and ownership. This is
+Do not write commented information about file name and ownership.
+This is
useful when dealing with filenames with unprintable characters.
.El
.Pp
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index becfa76..8a03fcd 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -32,7 +32,7 @@
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
.\" $FreeBSD$
.\"
-.Dd November 16, 2005
+.Dd March 24, 2006
.Dt LS 1
.Os
.Sh NAME
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index 0a93e8a..373ec9b 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -394,7 +394,8 @@ block the output at a positive decimal integer number of
bytes per write to the archive file.
The
.Ar blocksize
-must be a multiple of 512 bytes with a maximum of 64512 bytes. A
+must be a multiple of 512 bytes with a maximum of 64512 bytes.
+A
.Ar blocksize
larger than 32256 bytes violates the
.Tn POSIX
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 917b878..f3db636 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -181,7 +181,7 @@ Display information associated with the space or comma separated
list of keywords specified.
The last keyword in the list may be appended with an equals
.Pq Ql =
-sign and a string that spans the rest of the argument and can contain
+sign and a string that spans the rest of the argument, and can contain
space and comma characters.
This causes the printed header to use the specified string instead of
the standard header.
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1
index f281851..2e409a4 100644
--- a/bin/setfacl/setfacl.1
+++ b/bin/setfacl/setfacl.1
@@ -44,8 +44,9 @@ The
.Nm
utility sets discretionary access control information on
the specified file(s).
-If no files are specified, or the list consists of the
-only "-", the file names are taken from the standard input.
+If no files are specified, or the list consists of the only
+.Sq Fl ,
+the file names are taken from the standard input.
.Pp
The following options are available:
.Bl -tag -width indent
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index db62ec2..aebdb78 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -305,7 +305,7 @@ as it is read.
Useful for debugging.
.It Fl x Li xtrace
Write each command
-(preceded by the value of the
+(preceded by the value of the
.Ev PS4
variable)
to standard error before it is executed.
@@ -1985,7 +1985,7 @@ may be used to specify an action that is performed when the shell terminates.
The
.Ar action
may be an empty string or a dash
-.Pq Ar - ;
+.Pq Ql - ;
the former causes the specified signal to be ignored
and the latter causes the default action to be taken.
Omitting the
@@ -2260,7 +2260,8 @@ license after the Bourne shell from
.Sh AUTHORS
This version of
.Nm
-was originally written by Kenneth Almquist.
+was originally written by
+.An Kenneth Almquist .
.Sh BUGS
The
.Nm
OpenPOWER on IntegriCloud