=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/awk.1,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/awk/awk.1 1998/03/03 01:56:00 1.5 +++ src/usr.bin/awk/awk.1 1999/06/05 01:21:18 1.6 @@ -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 @@ 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 @@ 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 @@ .IP .IB pattern " { " action " } .PP -A missing +A missing .BI { " action " } means print the line; a missing pattern always matches. @@ -217,7 +217,7 @@ .BR sin , .BR cos , and -.BR atan2 +.BR atan2 are built in. Other built-in functions: .TF length @@ -246,7 +246,7 @@ substring of .I s that begins at position -.IR m +.IR m counted from 1. .TP .BI index( s , " t" ) @@ -374,7 +374,7 @@ 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 @@ .fi .EE .SH SEE ALSO -.IR lex (1), +.IR lex (1), .IR sed (1) .br A. V. Aho, B. W. Kernighan, P. J. Weinberger,