diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-03-08 06:36:34 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-03-08 07:14:40 +0200 |
commit | 0d76c6de321ecbf2cfda7d681cfce1ca80420be2 (patch) | |
tree | c68abb9c3e3f13b728feca952cdc6f69200fdbf3 /doc/gawk.1 | |
parent | d12f05fc27089821c78a53858f8ca60ef039d8a1 (diff) | |
download | egawk-0d76c6de321ecbf2cfda7d681cfce1ca80420be2.tar.gz egawk-0d76c6de321ecbf2cfda7d681cfce1ca80420be2.tar.bz2 egawk-0d76c6de321ecbf2cfda7d681cfce1ca80420be2.zip |
Improve return value of system.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Dec 17 2015" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Mar 7 2016" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -2259,6 +2259,7 @@ Execute the command .IR cmd-line , and return the exit status. (This may not be available on non-\*(PX systems.) +See the manual for the full details on the exit status. .TP \&\fBfflush(\fR[\fIfile\^\fR]\fB)\fR Flush any buffers associated with the open output file or pipe |