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/gawktexi.in | |
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/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index bd8471b5..b24324ac 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -10614,7 +10614,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: |