diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-10-15 09:46:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-10-15 09:46:14 +0300 |
commit | 2ef955ea81a33af366f17f63b4ce85451b1a73b9 (patch) | |
tree | 461a8a95bafd833b55b697701a282bc8af226f54 /doc/gawk.texi | |
parent | 0270b7371c388523de409175f552aa8d25442c85 (diff) | |
parent | dca1a2e3592390afa80fa0de3434cc1ec5a05fb0 (diff) | |
download | egawk-2ef955ea81a33af366f17f63b4ce85451b1a73b9.tar.gz egawk-2ef955ea81a33af366f17f63b4ce85451b1a73b9.tar.bz2 egawk-2ef955ea81a33af366f17f63b4ce85451b1a73b9.zip |
Merge branch 'master' into feature/docit
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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 |