summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-04-03 13:56:20 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-04-03 13:56:20 +0300
commit5f7719f3600529cf34c8e60353f222e0f364b8bf (patch)
tree54b47e11936bc125d88b17de989c01af24e47a91
parent3abe821d81a0af4db9979bc793c8dccc600dad39 (diff)
downloadgawk-5f7719f3600529cf34c8e60353f222e0f364b8bf.tar.gz
And some formatting fixes in CSV section.
-rw-r--r--doc/ChangeLog2
-rw-r--r--doc/gawk.info10
-rw-r--r--doc/gawk.texi5
-rw-r--r--doc/gawktexi.in3
4 files changed, 13 insertions, 7 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index acc65fe9..3eec94f8 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -2,6 +2,8 @@
* gawktexi.in (Dynamic Typing): Small formatting fix.
Add an index entry.
+ * gawktexi.in (Comma Separated Fields): Additonal small
+ formatting changes.
2023-03-29 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/doc/gawk.info b/doc/gawk.info
index 370b1279..4c12ac6f 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -38151,10 +38151,12 @@ Index
* Kernighan, Brian: History. (line 21)
* Kernighan, Brian, quotes: Conventions. (line 38)
* Kernighan, Brian <1>: Acknowledgments. (line 79)
-* Kernighan, Brian, quotes <1>: Getline/Pipe. (line 6)
-* Kernighan, Brian, quotes <2>: Concatenation. (line 6)
-* Kernighan, Brian, quotes <3>: Library Functions. (line 12)
-* Kernighan, Brian, quotes <4>: Programs Exercises. (line 26)
+* Kernighan, Brian, quotes <1>: Comma Separated Fields.
+ (line 45)
+* Kernighan, Brian, quotes <2>: Getline/Pipe. (line 6)
+* Kernighan, Brian, quotes <3>: Concatenation. (line 6)
+* Kernighan, Brian, quotes <4>: Library Functions. (line 12)
+* Kernighan, Brian, quotes <5>: Programs Exercises. (line 26)
* Kernighan, Brian <2>: BTL. (line 6)
* Kernighan, Brian <3>: Contributors. (line 12)
* Kernighan, Brian <4>: Other Versions. (line 13)
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
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 5902f7db..356cd142 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -7707,6 +7707,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
@sidebar Carriage-Return--Line-Feed Line Endings In CSV Files
@quotation
@code{\r\n} @i{is the invention of the devil.}
@@ -7715,7 +7716,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.
@end sidebar