diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1 index b688a4ebfb8f..913530935a33 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 becfa76ea06e..8a03fcdf0229 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 0a93e8a4731c..373ec9baa9de 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 917b878a08e9..f3db636c3892 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 f28185100cbf..2e409a4b67cb 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 db62ec2f625b..aebdb782aa83 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