diff options
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: |