]> err.no Git - util-linux/commitdiff
pg.1: formatting
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Wed, 22 Jul 2009 09:29:05 +0000 (11:29 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Aug 2009 10:11:12 +0000 (12:11 +0200)
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
text-utils/pg.1

index ca72893143bdeb9fb1a7b3985628fdce01eabbae..b1891ca140b0f28b770ad72ad493d66e16a78b2b 100644 (file)
@@ -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