diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-07-03 09:32:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-07-03 09:32:27 -0700 |
commit | dcdb116a4ec5106483aeef7f0b4454e7f03b790d (patch) | |
tree | e918ab960de1d3ed5f5f6248829f4fb5d475219a /cppawk.1 | |
parent | 99fcf1f7e633bea1dcb678382a3adbd845920f69 (diff) | |
download | cppawk-dcdb116a4ec5106483aeef7f0b4454e7f03b790d.tar.gz cppawk-dcdb116a4ec5106483aeef7f0b4454e7f03b790d.tar.bz2 cppawk-dcdb116a4ec5106483aeef7f0b4454e7f03b790d.zip |
man page: remove stray text about backslash newlines.20220703
Diffstat (limited to 'cppawk.1')
-rw-r--r-- | cppawk.1 | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -352,12 +352,6 @@ is this: { action } .ft R -Some Awk code uses backslash continuations in order to turn -These are significant Awk has significant newlines -in numerous places in the grammar which can change the meaning of the -code or introduce a syntax error, unless they are escaped with a backslash. -This backlash escaping is - Awk implementations reports errors against lines an anonymous filename associated with the preprocessed stream, rather than the original lines in the original file. Although the preprocessed output indicates source file and line |