diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-25 20:49:28 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-25 20:49:28 +0200 |
commit | 632ce2171a57e291e6ba7eed7726b955b3a1bb3b (patch) | |
tree | e48b4bcaaee8aadd012fb86a3cc978b412414e3f /doc/gawkinet.texi | |
parent | 3fa8862c5822db15eb977d2b02cc936d1b87b6f3 (diff) | |
parent | e02e38ad7bd54ced8baa24cca6e931a62b0c1deb (diff) | |
download | egawk-632ce2171a57e291e6ba7eed7726b955b3a1bb3b.tar.gz egawk-632ce2171a57e291e6ba7eed7726b955b3a1bb3b.tar.bz2 egawk-632ce2171a57e291e6ba7eed7726b955b3a1bb3b.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawkinet.texi')
-rw-r--r-- | doc/gawkinet.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawkinet.texi b/doc/gawkinet.texi index 342b067b..94c666c5 100644 --- a/doc/gawkinet.texi +++ b/doc/gawkinet.texi @@ -892,7 +892,7 @@ strange in two respects: @itemize @bullet @item -A string containg the name of a special file is used as a shell command that pipes its output +A string containing the name of a special file is used as a shell command that pipes its output into @code{getline}. One would rather expect to see the special file being read like any other file (@samp{getline < "/inet/tcp/0/time-a-g.nist.gov/daytime"}). |