diff options
author | steve <steve@FreeBSD.org> | 1998-11-10 02:05:13 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-10 02:05:13 +0000 |
commit | 6616ea1c5b12426d3b17d34ea5b15a7ef5e09451 (patch) | |
tree | 1912d8f20d20093aeebfddfa8f8ef18cd1146834 /lang/nawk/pkg-descr | |
parent | 455db2701f1af1f78ef29812a88d891604a446ec (diff) | |
download | FreeBSD-ports-6616ea1c5b12426d3b17d34ea5b15a7ef5e09451.zip FreeBSD-ports-6616ea1c5b12426d3b17d34ea5b15a7ef5e09451.tar.gz |
Update to version 98.10.20.
PR: 8530
Reviewed by: maintainer
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Diffstat (limited to 'lang/nawk/pkg-descr')
-rw-r--r-- | lang/nawk/pkg-descr | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/nawk/pkg-descr b/lang/nawk/pkg-descr index 990b2b4..a2f84fc 100644 --- a/lang/nawk/pkg-descr +++ b/lang/nawk/pkg-descr @@ -1,8 +1,9 @@ -This is Brian Kernighan's awk, which is "the one true awk". -Awk scans input files for specified patterns and can perform -an associated action when a line of the file matches the -pattern. +This is the version of awk described in "The AWK Programming Language", +by Al Aho, Brian Kernighan, and Peter Weinberger +(Addison-Wesley, 1988, ISBN 0-201-07981-X). +Awk scans input files for specified patterns and can perform an associated +action when a line of the file matches the pattern. -- Josh Gilliam <josh@quick.net> |