diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/awk | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/awk')
-rw-r--r-- | usr.bin/awk/awk.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index c524b4d48f4..f15b1122bf0 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.5 1998/03/03 01:56:00 angelos Exp $ +.\" $OpenBSD: awk.1,v 1.6 1999/06/05 01:21:18 aaron Exp $ .de EX .nf .ft CW @@ -58,7 +58,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 @@ -102,7 +102,7 @@ If is null, the input line is split into one field per character. .PP To compensate for inadequate implementation of storage management, -the +the .B \-mr option can be used to set the maximum size of the input record, and the @@ -113,7 +113,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. @@ -217,7 +217,7 @@ The mathematical functions .BR sin , .BR cos , and -.BR atan2 +.BR atan2 are built in. Other built-in functions: .TF length @@ -246,7 +246,7 @@ the substring of .I s that begins at position -.IR m +.IR m counted from 1. .TP .BI index( s , " t" ) @@ -374,7 +374,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 @@ -534,7 +534,7 @@ BEGIN { # Simulate echo(1) .fi .EE .SH SEE ALSO -.IR lex (1), +.IR lex (1), .IR sed (1) .br A. V. Aho, B. W. Kernighan, P. J. Weinberger, |