[BACK]Return to pr.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / pr

Diff for /src/usr.bin/pr/pr.1 between version 1.7 and 1.8

version 1.7, 1999/03/11 01:35:06 version 1.8, 1999/06/05 01:21:37
Line 38 
Line 38 
 .\"  .\"
 .Dd June 6, 1993  .Dd June 6, 1993
 .Dt PR 1  .Dt PR 1
 .Os BSD 4.4  .Os
 .Sh NAME  .Sh NAME
 .Nm pr  .Nm pr
 .Nd print files  .Nd print files
Line 149 
Line 149 
 is a non-negative decimal integer.  is a non-negative decimal integer.
 .Bl -tag -width 4n  .Bl -tag -width 4n
 .It Ar \&+page  .It Ar \&+page
 Begin output at page number  Begin output at page number
 .Ar page  .Ar page
 of the formatted input.  of the formatted input.
 .It Fl Ar column  .It Fl Ar column
 Produce output that is  Produce output that is
 .Ar columns  .Ar columns
 wide (default is 1) that is written vertically  wide (default is 1) that is written vertically
 down each column in the order in which the text  down each column in the order in which the text
Line 169 
Line 169 
 .Fl t ,  .Fl t ,
 the minimum number of lines is used to display the output.  the minimum number of lines is used to display the output.
 .It Fl a  .It Fl a
 Modify the effect of the  Modify the effect of the
 .Fl column  .Fl column
 option so that the columns are filled across the page in a round-robin order  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  (e.g., when column is 2, the first input line heads column
Line 188 
Line 188 
 Expand each input  Expand each input
 .Em <tab>  .Em <tab>
 to the next greater column  to the next greater column
 position specified by the formula  position specified by the formula
 .Ar n*gap+1 ,  .Ar n*gap+1 ,
 where  where
 .Em n  .Em n
 is an integer > 0.  is an integer > 0.
 If  If
 .Ar gap  .Ar gap
 is zero or is omitted the default is 8.  is zero or is omitted the default is 8.
 All  All
 .Em <tab>  .Em <tab>
 characters in the input are expanded into the appropriate  characters in the input are expanded into the appropriate
 number of  number of
Line 217 
Line 217 
 .Fl F  .Fl F
 option.  option.
 .It Fl h Ar header  .It Fl h Ar header
 Use the string  Use the string
 .Ar header  .Ar header
 to replace the  to replace the
 .Ar file name  .Ar file name
Line 246 
Line 246 
 .Em <tab>  .Em <tab>
 character.  character.
 .It Fl l Ar lines  .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 .  .Ar lines .
 If  If
 .Ar lines  .Ar lines
 is not greater than the sum of both the header and trailer  is not greater than the sum of both the header and trailer
 depths (in lines), the  depths (in lines), the
 .Nm pr  .Nm pr
 utility suppresses output of both the header and trailer, as if the  utility suppresses output of both the header and trailer, as if the
 .Fl t  .Fl t
Line 274 
Line 274 
 Provide  Provide
 .Ar width  .Ar width
 digit line numbering.  digit line numbering.
 The default for  The default for
 .Ar width ,  .Ar width ,
 if not specified, is 5.  if not specified, is 5.
 The number occupies the first  The number occupies the first
Line 307 
Line 307 
 .Ar char  .Ar char
 instead of by the appropriate number of  instead of by the appropriate number of
 .Em <space>s  .Em <space>s
 (default for  (default for
 .Ar char  .Ar char
 is the  is the
 .Em <tab>  .Em <tab>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8