summaryrefslogtreecommitdiff
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index b0d2326d..3c0cc2da 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -6978,6 +6978,7 @@ versions, use @code{tolower()} or @code{toupper()}.
@end itemize
+
@node Reading Files
@chapter Reading Input Files
@@ -7905,6 +7906,7 @@ separator characters carefully to prevent such problems.
(If the data is not in a form that is easy to process, perhaps you
can massage it first with a separate @command{awk} program.)
+
@node Default Field Splitting
@subsection Whitespace Normally Separates Fields
@@ -11582,9 +11584,9 @@ intermixed with @command{gawk}'s output comes out in the
expected order:
@example
-print "something" # goes to standard output
-print "someting else" | "some-command" # also to standard output
-print "more stuff" # and this too
+print "something" # goes to standard output
+print "something else" | "some-command" # also to standard output
+print "more stuff" # and this too
@end example
There can be a price to pay for this; flushing data down