aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-10 21:34:37 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-10 21:34:37 +0200
commit108a61e2819b37ffd95e81b81b29e5946d4baa03 (patch)
treee20241383c734428d6fd1676343433e453d9ebff
parent0cc0973babcc4c35557aade37be5926a3f6023c9 (diff)
downloadegawk-108a61e2819b37ffd95e81b81b29e5946d4baa03.tar.gz
egawk-108a61e2819b37ffd95e81b81b29e5946d4baa03.tar.bz2
egawk-108a61e2819b37ffd95e81b81b29e5946d4baa03.zip
Minor doc fix.
-rw-r--r--doc/gawk.info10
-rw-r--r--doc/gawk.texi9
2 files changed, 10 insertions, 9 deletions
diff --git a/doc/gawk.info b/doc/gawk.info
index 68f6fa04..50f54f64 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -22562,11 +22562,11 @@ Redirection
standard input stream, or performing output to something other
than the standard output stream.
- You can redirect the output of the `print' and `printf' statements
- to a file or a system command, using the `>', `>>', `|', and `|&'
- operators. You can redirect input to the `getline' statement using
- the `<', `|', and `|&' operators. (*Note Redirection::, and *note
- Getline::.)
+ You can redirect input to the `getline' statement using the `<',
+ `|', and `|&' operators. You can redirect the output of the
+ `print' and `printf' statements to a file or a system command,
+ using the `>', `>>', `|', and `|&' operators. (*Note Getline::,
+ and *note Redirection::.)
Regexp
Short for "regular expression". A regexp is a pattern that
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 0b328ec2..a81b14d3 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -30181,12 +30181,13 @@ If this isn't clear, refer to the entry for ``recursion.''
Redirection means performing input from something other than the standard input
stream, or performing output to something other than the standard output stream.
+You can redirect input to the @code{getline} statement using
+the @samp{<}, @samp{|}, and @samp{|&} operators.
You can redirect the output of the @code{print} and @code{printf} statements
to a file or a system command, using the @samp{>}, @samp{>>}, @samp{|}, and @samp{|&}
-operators. You can redirect input to the @code{getline} statement using
-the @samp{<}, @samp{|}, and @samp{|&} operators.
-(@xref{Redirection},
-and @ref{Getline}.)
+operators.
+(@xref{Getline},
+and @ref{Redirection}.)
@item Regexp
Short for @dfn{regular expression}. A regexp is a pattern that denotes a