diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-06 20:56:01 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-06 20:56:01 +0200 |
commit | bf80c70c5aa0a98c02e3ce157153f7a40c516839 (patch) | |
tree | a3095f18e9645d7c93559919f9e75abbffc7f461 /doc/gawk.texi | |
parent | 3ceedbd1f9a0a1444d13aa64cd85db28cb17d219 (diff) | |
download | egawk-bf80c70c5aa0a98c02e3ce157153f7a40c516839.tar.gz egawk-bf80c70c5aa0a98c02e3ce157153f7a40c516839.tar.bz2 egawk-bf80c70c5aa0a98c02e3ce157153f7a40c516839.zip |
A minor doc fix.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 42196498..0368c05e 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -9297,7 +9297,7 @@ $ @kbd{awk 'BEGIN @{} @end example @noindent -Here, neither the @samp{+} nor the @samp{OUCH} appear in +Here, neither the @samp{+} nor the @samp{OUCH!} appear in the output message. @node Control Letters |