diff options
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, \ |