=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/awk.1,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/awk/awk.1 2000/08/30 13:37:51 1.7 --- src/usr.bin/awk/awk.1 2000/11/10 05:10:21 1.8 *************** *** 1,4 **** ! .\" $OpenBSD: awk.1,v 1.7 2000/08/30 13:37:51 aaron Exp $ .\" EX/EE is a Bd .Dd June 29, 1996 .Dt AWK 1 --- 1,4 ---- ! .\" $OpenBSD: awk.1,v 1.8 2000/11/10 05:10:21 aaron Exp $ .\" EX/EE is a Bd .Dd June 29, 1996 .Dt AWK 1 *************** *** 510,515 **** --- 510,521 ---- .%D 1988 .%O ISBN 0-201-07981-X .Re + .Sh HISTORY + AT&T + .Nm + by B. W. Kernighan was updated for + .Bx 4.4 + and again in 1996. .Sh BUGS There are no explicit conversions between numbers and strings. To force an expression to be treated as a number add 0 to it; *************** *** 519,527 **** .Pp The scope rules for variables in functions are a botch; the syntax is worse. - .Sh HISTORY - AT&T - .Nm - by B. W. Kernighan was updated for - .Bx 4.4 - and again in 1996. --- 525,527 ----