diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-10 21:34:37 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-10 21:34:37 +0200 |
commit | 108a61e2819b37ffd95e81b81b29e5946d4baa03 (patch) | |
tree | e20241383c734428d6fd1676343433e453d9ebff /doc/gawk.info | |
parent | 0cc0973babcc4c35557aade37be5926a3f6023c9 (diff) | |
download | egawk-108a61e2819b37ffd95e81b81b29e5946d4baa03.tar.gz egawk-108a61e2819b37ffd95e81b81b29e5946d4baa03.tar.bz2 egawk-108a61e2819b37ffd95e81b81b29e5946d4baa03.zip |
Minor doc fix.
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 10 |
1 files changed, 5 insertions, 5 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 |