Punctuation nits, drop superfluous .Pps.
This commit is contained in:
parent
a56e5319ea
commit
a1674ba86e
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: pr.1,v 1.11 2001/12/01 16:43:22 wiz Exp $
|
||||
.\" $NetBSD: pr.1,v 1.12 2001/12/08 19:10:20 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 Keith Muller.
|
||||
.\" Copyright (c) 1993
|
||||
|
@ -36,7 +36,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)pr.1 8.1 (Berkeley) 6/6/93
|
||||
.\" $NetBSD: pr.1,v 1.11 2001/12/01 16:43:22 wiz Exp $
|
||||
.\" $NetBSD: pr.1,v 1.12 2001/12/08 19:10:20 wiz Exp $
|
||||
.\"
|
||||
.Dd June 6, 1993
|
||||
.Dt PR 1
|
||||
|
@ -122,11 +122,10 @@ utility has completed processing.
|
|||
When multiple column output is specified,
|
||||
text columns are of equal width.
|
||||
By default text columns are separated by at least one
|
||||
.Em <blank>.
|
||||
.Em <blank> .
|
||||
Input lines that do not fit into a text column are truncated.
|
||||
Lines are not truncated under single column output.
|
||||
.Sh OPTIONS
|
||||
.Pp
|
||||
In the following option descriptions, column, lines, offset, page, and
|
||||
width are positive decimal integers and gap is a nonnegative decimal integer.
|
||||
.Bl -tag -width 4n
|
||||
|
@ -215,7 +214,7 @@ is specified, it is used as the output
|
|||
character.
|
||||
.It Fl l Ar lines
|
||||
Override the 66 line default and reset the page length to
|
||||
.Ar lines.
|
||||
.Ar lines .
|
||||
If
|
||||
.Ar lines
|
||||
is not greater than the sum of both the header and trailer
|
||||
|
@ -332,7 +331,6 @@ and
|
|||
require that both arguments, if present, not be separated from the option
|
||||
letter.
|
||||
.Sh ERRORS
|
||||
.Pp
|
||||
If
|
||||
.Nm
|
||||
receives an interrupt while printing to a terminal, it
|
||||
|
|
Loading…
Reference in New Issue