aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-10-15 09:44:55 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-10-15 09:44:55 +0300
commitdca1a2e3592390afa80fa0de3434cc1ec5a05fb0 (patch)
treeab0e6b8845ad9d4f66ec6b9a9267bb48c8759514
parent20fec8ce0e2e6c52c23bf1b2fa6ff9846ddf3c01 (diff)
downloadegawk-dca1a2e3592390afa80fa0de3434cc1ec5a05fb0.tar.gz
egawk-dca1a2e3592390afa80fa0de3434cc1ec5a05fb0.tar.bz2
egawk-dca1a2e3592390afa80fa0de3434cc1ec5a05fb0.zip
Small doc improvement.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawk.texi1
-rw-r--r--doc/gawktexi.in1
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c5de6bf3..ae060c00 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-15 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Add an index entry.
+
2020-10-12 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Explain `ls -l' earlier in the and small wording
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 1500c045..2a1dbd5f 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -3686,6 +3686,7 @@ used once, and thrown away. Because @command{awk} programs are interpreted, you
can avoid the (usually lengthy) compilation part of the typical
edit-compile-test-debug cycle of software development.
+@cindex BWK @command{awk} @seeentry{Brian Kernighan's @command{awk}}
@cindex Brian Kernighan's @command{awk}
Complex programs have been written in @command{awk}, including a complete
retargetable assembler for
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index e8494b6d..f42d2ee7 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -3596,6 +3596,7 @@ used once, and thrown away. Because @command{awk} programs are interpreted, you
can avoid the (usually lengthy) compilation part of the typical
edit-compile-test-debug cycle of software development.
+@cindex BWK @command{awk} @seeentry{Brian Kernighan's @command{awk}}
@cindex Brian Kernighan's @command{awk}
Complex programs have been written in @command{awk}, including a complete
retargetable assembler for