diff options
| author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 03:26:53 +0000 |
|---|---|---|
| committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 03:26:53 +0000 |
| commit | b0321ca170cd6764da655e5ffb3f3526dee456eb (patch) | |
| tree | 44c5fe0fa9ee48e64a45f6a16c06368ae746062a /gnu/usr.bin/awk | |
| parent | a4ec48ef5867eb6297ee2be5da0cdf7a349fe998 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/awk')
| -rw-r--r-- | gnu/usr.bin/awk/doc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/awk/doc/Makefile b/gnu/usr.bin/awk/doc/Makefile index 10d3d7de0e25..6f8815426b40 100644 --- a/gnu/usr.bin/awk/doc/Makefile +++ b/gnu/usr.bin/awk/doc/Makefile @@ -1,3 +1,6 @@ INFO = gawk +INFOSECTION= "System Utilities" +INFOENTRY_gawk= "* GAWK: (gawk). The GNU AWK language interpreter manual." + .include <bsd.info.mk> |
