summaryrefslogtreecommitdiff
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 3d3d5ae8..ddfde2b2 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -8146,6 +8146,7 @@ In order to deal with such things, when processing CSV files,
are not enclosed in double quotes. Thus, use of the @option{--csv}
totally overrides normal record processing with @code{RS} (@pxref{Records}).
+@cindex Kernighan, Brian @subentry quotes
@cindex sidebar @subentry Carriage-Return--Line-Feed Line Endings In CSV Files
@ifdocbook
@docbook
@@ -8159,7 +8160,7 @@ totally overrides normal record processing with @code{RS} (@pxref{Records}).
Many CSV files are imported from systems where the line terminator
for text files is a carriage-return--line-feed pair
-(CR-LF, @code{\r} followed by @code{\n}).
+(CR-LF, @samp{\r} followed by @samp{\n}).
For ease of use, when processing CSV files, @command{gawk} simply
strips out any carriage-return characters in the input.
@@ -8180,7 +8181,7 @@ strips out any carriage-return characters in the input.
Many CSV files are imported from systems where the line terminator
for text files is a carriage-return--line-feed pair
-(CR-LF, @code{\r} followed by @code{\n}).
+(CR-LF, @samp{\r} followed by @samp{\n}).
For ease of use, when processing CSV files, @command{gawk} simply
strips out any carriage-return characters in the input.
@end cartouche