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.info | |
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.info')
-rw-r--r-- | doc/gawk.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index ba02f4f0..7fa1e6ae 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -7741,7 +7741,7 @@ Other Versions::) elide the backslash and newline, as in C: In POSIX mode (*note Options::), 'gawk' does not allow escaped newlines. Otherwise, it behaves as just described. - Brian Kernighan's 'awk' and Busybox 'awk' remove the backslash but + Brian Kernighan's 'awk' and BusyBox 'awk' remove the backslash but leave the newline intact, as part of the string: $ nawk 'BEGIN { print "hello, \ |