summaryrefslogtreecommitdiff
path: root/usr.bin/pr
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
commit1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch)
treee58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/pr
parentf35d61706eae00527a19f021ef26ab0109f18e5c (diff)
- remove trailing white space
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/pr')
-rw-r--r--usr.bin/pr/pr.126
1 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1
index f4dd67a2c78..3f7a60a071b 100644
--- a/usr.bin/pr/pr.1
+++ b/usr.bin/pr/pr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pr.1,v 1.7 1999/03/11 01:35:06 pjanzen Exp $
+.\" $OpenBSD: pr.1,v 1.8 1999/06/05 01:21:37 aaron Exp $
.\" Copyright (c) 1991 Keith Muller.
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -38,7 +38,7 @@
.\"
.Dd June 6, 1993
.Dt PR 1
-.Os BSD 4.4
+.Os
.Sh NAME
.Nm pr
.Nd print files
@@ -149,11 +149,11 @@ are positive decimal integers and
is a non-negative decimal integer.
.Bl -tag -width 4n
.It Ar \&+page
-Begin output at page number
+Begin output at page number
.Ar page
of the formatted input.
.It Fl Ar column
-Produce output that is
+Produce output that is
.Ar columns
wide (default is 1) that is written vertically
down each column in the order in which the text
@@ -169,7 +169,7 @@ When used with
.Fl t ,
the minimum number of lines is used to display the output.
.It Fl a
-Modify the effect of the
+Modify the effect of the
.Fl column
option so that the columns are filled across the page in a round-robin order
(e.g., when column is 2, the first input line heads column
@@ -188,15 +188,15 @@ found in the input.
Expand each input
.Em <tab>
to the next greater column
-position specified by the formula
+position specified by the formula
.Ar n*gap+1 ,
-where
+where
.Em n
is an integer > 0.
If
.Ar gap
is zero or is omitted the default is 8.
-All
+All
.Em <tab>
characters in the input are expanded into the appropriate
number of
@@ -217,7 +217,7 @@ Same as the
.Fl F
option.
.It Fl h Ar header
-Use the string
+Use the string
.Ar header
to replace the
.Ar file name
@@ -246,12 +246,12 @@ is specified, it is used as the output
.Em <tab>
character.
.It Fl l Ar lines
-Override the 66 line default and reset the page length to
+Override the 66 line default and reset the page length to
.Ar lines .
If
.Ar lines
is not greater than the sum of both the header and trailer
-depths (in lines), the
+depths (in lines), the
.Nm pr
utility suppresses output of both the header and trailer, as if the
.Fl t
@@ -274,7 +274,7 @@ are assumed.
Provide
.Ar width
digit line numbering.
-The default for
+The default for
.Ar width ,
if not specified, is 5.
The number occupies the first
@@ -307,7 +307,7 @@ Separate text columns by the single character
.Ar char
instead of by the appropriate number of
.Em <space>s
-(default for
+(default for
.Ar char
is the
.Em <tab>