diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-08 19:37:39 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-08 19:37:39 +0000 |
commit | eabe392689c3e08b4b5edfbf5e47fff1a991ab47 (patch) | |
tree | 4656dec87c6751bd802394d856c994832a91ffee /usr.bin | |
parent | 4d90dca684672cb16fb5ffb3e8967303f44348b8 (diff) |
- Get rid of ".Sh OPTIONS" and always use the standard options list intro.
- Move some BUGS/CAVEATS to the end of the man pages where they should go.
- Correct some .Nm usage.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pr/pr.1 | 44 | ||||
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 |
2 files changed, 26 insertions, 23 deletions
diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index c7fd249906a..a667a76b63c 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pr.1,v 1.11 2000/03/10 20:17:49 aaron Exp $ +.\" $OpenBSD: pr.1,v 1.12 2000/11/08 19:37:33 aaron Exp $ .\" .\" Copyright (c) 1991 Keith Muller. .\" Copyright (c) 1993 @@ -135,7 +135,7 @@ If standard output is associated with a terminal, diagnostic messages are suppressed until the .Nm pr utility has completed processing. -.Sh OPTIONS +.Pp In the following option descriptions, .Em column , .Em lines , @@ -146,6 +146,8 @@ and are positive decimal integers and .Em gap is a non-negative decimal integer. +.Pp +The options are as follows: .Bl -tag -width 4n .It Ar \&+page Begin output at page number @@ -403,25 +405,6 @@ or .Em <return> characters, and except in the case of unmodified single-column output, use of these characters will cause formatting errors. -.Sh BUGS -The lack of a line wrapping option, and the specification that truncation -does not apply to single-column output frequently results in formatting -errors when input lines are longer than actual line width of the output device. -.Pp -The default width of 72 is archaic and non-obvious since it is normally -ignored in the default single column mode. -Using the -.Fl m -option with one column provides a way to truncate single column output but -there's no way to wrap long times to a fixed line width. -.Pp -The default of -.Em <tab> -for the separator for the -.Fl n -and -.Fl s -options often results in lines apparently wider than expected. .Sh SEE ALSO .Xr cat 1 , .Xr more 1 , @@ -441,3 +424,22 @@ A .Nm command appeared in .At v1 . +.Sh BUGS +The lack of a line wrapping option, and the specification that truncation +does not apply to single-column output frequently results in formatting +errors when input lines are longer than actual line width of the output device. +.Pp +The default width of 72 is archaic and non-obvious since it is normally +ignored in the default single column mode. +Using the +.Fl m +option with one column provides a way to truncate single column output but +there's no way to wrap long times to a fixed line width. +.Pp +The default of +.Em <tab> +for the separator for the +.Fl n +and +.Fl s +options often results in lines apparently wider than expected. diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 318f4502106..84fd72627e3 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.64 2000/10/16 21:46:31 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.65 2000/11/08 19:37:33 aaron Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -352,7 +352,8 @@ The .Cm StrictHostKeyChecking option (see below) can be used to prevent logins to machines whose host key is not known or has changed. -.Sh OPTIONS +.Pp +The options are as follows: .Bl -tag -width Ds .It Fl a Disables forwarding of the authentication agent connection. |