aboutsummaryrefslogtreecommitdiff
path: root/awk.1
diff options
context:
space:
mode:
Diffstat (limited to 'awk.1')
-rw-r--r--awk.114
1 files changed, 7 insertions, 7 deletions
diff --git a/awk.1 b/awk.1
index 9961910..4757914 100644
--- a/awk.1
+++ b/awk.1
@@ -48,7 +48,7 @@ matches the pattern.
Each line is matched against the
pattern portion of every pattern-action statement;
the associated action is performed for each matched pattern.
-The file name
+The file name
.B \-
means the standard input.
Any
@@ -90,7 +90,7 @@ A pattern-action statement has the form:
.IP
.IB pattern " { " action " }
.PP
-A missing
+A missing
.BI { " action " }
means print the line;
a missing pattern always matches.
@@ -225,7 +225,7 @@ the
substring of
.I s
that begins at position
-.I m
+.I m
counted from 1.
If no
.IR n ,
@@ -307,7 +307,7 @@ executes
and returns its exit status. This will be \-1 upon error,
.IR cmd 's
exit status upon a normal exit,
-256 +
+256 +
.I sig
upon death-by-signal, where
.I sig
@@ -366,7 +366,7 @@ Patterns are arbitrary Boolean combinations
of regular expressions and
relational expressions.
Regular expressions are as in
-.IR egrep ;
+.IR egrep ;
see
.IR grep (1).
Isolated regular expressions
@@ -541,8 +541,8 @@ BEGIN { # Simulate echo(1)
.fi
.EE
.SH SEE ALSO
-.IR grep (1),
-.IR lex (1),
+.IR grep (1),
+.IR lex (1),
.IR sed (1)
.br
A. V. Aho, B. W. Kernighan, P. J. Weinberger,