=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/awk.1,v retrieving revision 1.5 retrieving revision 1.6 diff -c -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 **** ! .\" $OpenBSD: awk.1,v 1.5 1998/03/03 01:56:00 angelos Exp $ .de EX .nf .ft CW --- 1,4 ---- ! .\" $OpenBSD: awk.1,v 1.6 1999/06/05 01:21:18 aaron Exp $ .de EX .nf .ft CW *************** *** 58,64 **** 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 .B \- means the standard input. Any --- 58,64 ---- 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 .B \- means the standard input. Any *************** *** 102,108 **** is null, the input line is split into one field per character. .PP To compensate for inadequate implementation of storage management, ! the .B \-mr option can be used to set the maximum size of the input record, and the --- 102,108 ---- is null, the input line is split into one field per character. .PP To compensate for inadequate implementation of storage management, ! the .B \-mr option can be used to set the maximum size of the input record, and the *************** *** 113,119 **** .IP .IB pattern " { " action " } .PP ! A missing .BI { " action " } means print the line; a missing pattern always matches. --- 113,119 ---- .IP .IB pattern " { " action " } .PP ! A missing .BI { " action " } means print the line; a missing pattern always matches. *************** *** 217,223 **** .BR sin , .BR cos , and ! .BR atan2 are built in. Other built-in functions: .TF length --- 217,223 ---- .BR sin , .BR cos , and ! .BR atan2 are built in. Other built-in functions: .TF length *************** *** 246,252 **** substring of .I s that begins at position ! .IR m counted from 1. .TP .BI index( s , " t" ) --- 246,252 ---- substring of .I s that begins at position ! .IR m counted from 1. .TP .BI index( s , " t" ) *************** *** 374,380 **** of regular expressions and relational expressions. Regular expressions are as in ! .IR egrep ; see .IR grep (1). Isolated regular expressions --- 374,380 ---- of regular expressions and relational expressions. Regular expressions are as in ! .IR egrep ; see .IR grep (1). Isolated regular expressions *************** *** 534,540 **** .fi .EE .SH SEE ALSO ! .IR lex (1), .IR sed (1) .br A. V. Aho, B. W. Kernighan, P. J. Weinberger, --- 534,540 ---- .fi .EE .SH SEE ALSO ! .IR lex (1), .IR sed (1) .br A. V. Aho, B. W. Kernighan, P. J. Weinberger,