diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-10-16 14:47:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-10-16 14:47:03 +0300 |
commit | 901fdb886eff28fd603c6e18e25df39d2f6a4c91 (patch) | |
tree | 638021083d28a83a40400ae8f4046d3dfaa167d9 /doc | |
parent | 96cc62ad9763ee865e12b17bc2ff702ce850dbf2 (diff) | |
parent | dca1a2e3592390afa80fa0de3434cc1ec5a05fb0 (diff) | |
download | egawk-901fdb886eff28fd603c6e18e25df39d2f6a4c91.tar.gz egawk-901fdb886eff28fd603c6e18e25df39d2f6a4c91.tar.bz2 egawk-901fdb886eff28fd603c6e18e25df39d2f6a4c91.zip |
Merge branch 'gawk-5.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into gawk-5.1-stable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.texi | 1 | ||||
-rw-r--r-- | doc/gawktexi.in | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 8ca737b1..92ba1581 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -3,6 +3,10 @@ * gawktexi.in: After review, remove/update some FIXMEs, and and fix a markup error. +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 book, and small wording diff --git a/doc/gawk.texi b/doc/gawk.texi index d22509ca..0dc7a037 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 30087d1a..b584181d 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 |