diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-03 22:21:24 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-03 22:21:24 +0200 |
commit | 348cdff0b903121e4a3d21dec69947fa4fc779cd (patch) | |
tree | 8131d166c7248a4d796a50bbbd1dfe31e9c8011b /doc/gawk.texi | |
parent | de0fcefe4207ab6438556341deea14662a1a3a6f (diff) | |
download | egawk-348cdff0b903121e4a3d21dec69947fa4fc779cd.tar.gz egawk-348cdff0b903121e4a3d21dec69947fa4fc779cd.tar.bz2 egawk-348cdff0b903121e4a3d21dec69947fa4fc779cd.zip |
Doc updates, add spell check for man page.
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 6fed73a5..e1140eaa 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -11129,7 +11129,7 @@ $ @kbd{gawk 'BEGIN @{ print "hello, \} In POSIX mode (@pxref{Options}), @command{gawk} does not allow escaped newlines. Otherwise, it behaves as just described. -Brian Kernighan's @command{awk} and Busybox @command{awk} +Brian Kernighan's @command{awk} and BusyBox @command{awk} remove the backslash but leave the newline intact, as part of the string: |