summaryrefslogtreecommitdiffstats
path: root/text-utils/pg.1
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:26:12 +0100
committerKarel Zak2006-12-07 00:26:12 +0100
commitdf1dddf9ffcfc1e291de809c0e8b9060bfea02ee (patch)
tree03b712bddec33d05754bf59d31a75d7e2022761e /text-utils/pg.1
parentImported from util-linux-2.11y tarball. (diff)
downloadkernel-qcow2-util-linux-df1dddf9ffcfc1e291de809c0e8b9060bfea02ee.tar.gz
kernel-qcow2-util-linux-df1dddf9ffcfc1e291de809c0e8b9060bfea02ee.tar.xz
kernel-qcow2-util-linux-df1dddf9ffcfc1e291de809c0e8b9060bfea02ee.zip
Imported from util-linux-2.12 tarball.
Diffstat (limited to 'text-utils/pg.1')
-rw-r--r--text-utils/pg.118
1 files changed, 9 insertions, 9 deletions
diff --git a/text-utils/pg.1 b/text-utils/pg.1
index 056be06cf..1f8d5705c 100644
--- a/text-utils/pg.1
+++ b/text-utils/pg.1
@@ -1,19 +1,19 @@
-.\" @(#)pg.1 1.7 (gritter) 4/25/01
-.TH PG 1 "2001-04-25" "Gunnar Ritter" "User Commands"
+.\" @(#)pg.1 1.12 (gritter) 3/12/03
+.TH PG 1 "2003-03-12" "Gunnar Ritter" "User Commands"
.SH NAME
pg \- browse pagewise through text files
.SH SYNOPSIS
.B pg
[
-.I \-number
+.BI \- number
] [
.BI \-p \ string
] [
.B \-cefnrs
] [
-.I +line
+.BI + line
] [
-.I +/pattern/
+.BI +/ pattern /
] [ file . . . ]
.SH DESCRIPTION
.I Pg
@@ -76,7 +76,7 @@ If
.I string
contains
.I %d
-, its first occurence is replaced by the number of the current page.
+, its first occurrence is replaced by the number of the current page.
.TP
.B \-r
Disallow the shell escape.
@@ -91,7 +91,7 @@ if the terminfo entry for the terminal provides this capability.
Start at the given line.
.TP
.BI +/ pattern /
-Start at the line containing the Basic Regular Expression
+Start at the line containing the basic regular expression
.I pattern
given.
.SH USAGE
@@ -137,7 +137,7 @@ Advance to the last line of the input file.
.TP
.IB i / pattern /
Search forward until the first or the \fIi\fR-th
-occurence 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
@@ -147,7 +147,7 @@ must be a positive number.
.TP
\fIi\fR\fB?\fR\fIpattern\fR\fB?\fR or \fIi\fR\fB^\fR\fIpattern\fR\fB^\fR
Search backward until the first or the \fIi\fR-th
-occurence of the Basic Regular Expression
+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.