diff options
Diffstat (limited to 'usr.bin/pr/pr.1')
-rw-r--r-- | usr.bin/pr/pr.1 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index f2fe69385e6a..a9902b4b35c3 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -163,7 +163,10 @@ An extra character is output following every .Em <newline> found in the input. -.It Fl e Ar \&[char\&]\&[gap\&] +.It Fl e Xo +.Op Ar char Ns +.Op Ar gap +.Xc Expand each input .Em <tab> to the next greater column @@ -197,7 +200,10 @@ Use the string to replace the .Ar file name in the header line. -.It Fl i Ar \&[char\&]\&[gap\&] +.It Fl i Xo +.Op Ar char Ns +.Op Ar gap +.Xc In output, replace multiple .Em <space>s with @@ -250,7 +256,10 @@ The options and .Fl i are assumed. -.It Fl n Ar \&[char\&]\&[width\&] +.It Fl n Xo +.Op Ar char Ns +.Op Ar width +.Xc Provide .Ar width digit line numbering. |