summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-06-30 23:59:00 +0000
committermillert <millert@openbsd.org>2003-06-30 23:59:00 +0000
commit57149b5e6f8dab413b83b30ce4884676dc33ca1e (patch)
treed85efa5abfa0b32c782d71842a1ffcbf293ee071
parentsome more extra mktemp randomness; millert@ ok (diff)
downloadwireguard-openbsd-57149b5e6f8dab413b83b30ce4884676dc33ca1e.tar.xz
wireguard-openbsd-57149b5e6f8dab413b83b30ce4884676dc33ca1e.zip
Awk first appeared in appeared in Version 7 AT&T UNIX.
-rw-r--r--usr.bin/awk/awk.19
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;