diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-22 11:29:05 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-08-17 12:11:12 +0200 |
commit | 30a07f7ed25175a0b6f1152b206f55ae128b0613 (patch) | |
tree | 4c6ceb5976d699f368d3845679cf12e3ee1ffe40 /text-utils/pg.1 | |
parent | b4e87bfaf4872fdc036d4d5007b42febf5d299d0 (diff) | |
download | util-linux-old-30a07f7ed25175a0b6f1152b206f55ae128b0613.tar.gz |
pg.1: formatting
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Diffstat (limited to 'text-utils/pg.1')
-rw-r--r-- | text-utils/pg.1 | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/text-utils/pg.1 b/text-utils/pg.1 index ca728931..b1891ca1 100644 --- a/text-utils/pg.1 +++ b/text-utils/pg.1 @@ -4,17 +4,13 @@ pg \- browse pagewise through text files .SH SYNOPSIS .B pg -[ -.I \-number -] [ -.BI \-p \ string -] [ -.B \-cefnrs -] [ -.I +line -] [ -.I +/pattern/ -] [ file . . . ] +.RB [ \-\fInumber\fP ] +.RB [ \-p +.IR string ] +.RB [ \-cefnrs ] +.RB [ +\fIline\fP ] +.RB [ +/\fIpattern\fP/ ] +.RI [ file ...] .SH DESCRIPTION .I Pg displays a text file on a @@ -52,7 +48,7 @@ if the terminfo entry for the terminal provides this capability. .TP .B \-e .I pg -will not pause and display +will not pause and display .SM (EOF) at the end of a file. .TP @@ -125,7 +121,7 @@ to the current position. \fIi\fR\fBw\fR or \fIi\fR\fBz\fR Behave as .I <newline> -except that +except that .I i becomes the new page size. .TP @@ -137,7 +133,7 @@ Advance to the last line of the input file. .TP .IB i / pattern / Search forward until the first or the \fIi\fR-th -occurrence of the Basic Regular Expression +occurrence of the Basic Regular Expression .I pattern is found. The search starts after the current page and stops at the end of the file. No wrap-around is @@ -151,7 +147,7 @@ occurrence of the Basic Regular Expression .I pattern is found. The search starts before the current page and stops at the beginning of the file. -No wrap-around is performed. +No wrap-around is performed. .I i must be a positive number. .PP |