From 108a61e2819b37ffd95e81b81b29e5946d4baa03 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 10 Jan 2011 21:34:37 +0200 Subject: Minor doc fix. --- doc/gawk.info | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/gawk.info') 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 -- cgit v1.2.3