diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-30 23:59:01 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-30 23:59:01 +0000 |
commit | 90e64e544740b806a7e36210664d121ea0c8721f (patch) | |
tree | cd78100eb5e48e402429301bf4d4c0214355c672 /usr.bin/awk | |
parent | 2d0e27f1ab43cee7e8d799f9091f1bca17914b16 (diff) |
Awk first appeared in appeared in Version 7 AT&T UNIX.
Diffstat (limited to 'usr.bin/awk')
-rw-r--r-- | usr.bin/awk/awk.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index 45b2cecf56e..3efd3453b09 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.12 2003/06/10 09:12:09 jmc Exp $ +.\" $OpenBSD: awk.1,v 1.13 2003/06/30 23:59:00 millert Exp $ .\" EX/EE is a Bd .\" .\" Copyright (C) Lucent Technologies 1997 @@ -534,11 +534,10 @@ BEGIN { # Simulate echo(1) .%O ISBN 0-201-07981-X .Re .Sh HISTORY -AT&T +An .Nm -by B. W. Kernighan was updated for -.Bx 4.4 -and again in 1996. +utility appeared in +.At v7 . .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; |