Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/awk add history section noting nawk is default since...



details:   https://anonhg.NetBSD.org/src/rev/c732e1695b54
branches:  trunk
changeset: 567218:c732e1695b54
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Jun 05 12:10:08 2004 +0000

description:
add history section noting nawk is default since 2.0, and bump date

diffstat:

 usr.bin/awk/awk.1 |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 6935fc81ff0f -r c732e1695b54 usr.bin/awk/awk.1
--- a/usr.bin/awk/awk.1 Sat Jun 05 12:01:28 2004 +0000
+++ b/usr.bin/awk/awk.1 Sat Jun 05 12:10:08 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: awk.1,v 1.13 2003/02/25 10:35:36 wiz Exp $
+.\"    $NetBSD: awk.1,v 1.14 2004/06/05 12:10:08 jdolecek Exp $
 .\"
 .\" Copyright (C) Lucent Technologies 1997
 .\" All Rights Reserved
@@ -22,7 +22,7 @@
 .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 .\" THIS SOFTWARE.
 .\"
-.Dd January 3, 1998
+.Dd June 5, 2004
 .Dt AWK 1
 .Os
 .Sh NAME
@@ -730,6 +730,14 @@
 .Pp
 .Em AWK Language Programming ,
 Edition 1.0, published by the Free Software Foundation, 1995
+.Sh HISTORY
+.Nm nawk
+has been the default system
+.Nm
+since
+.Nx 2.0 ,
+replacing previously used GNU
+.Nm .
 .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;



Home | Main Index | Thread Index | Old Index