aboutsummaryrefslogtreecommitdiffstats
path: root/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:24:15 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:24:15 +0300
commit0a9ae0c89481db540e1b817a63cc6c793a62c90d (patch)
tree91334cf8598886a7bfe1a30d3d4776d5c05f2abb /gawk.1
parent56815f21bd9f396e53386969c7a00dd801f232fd (diff)
downloadegawk-0a9ae0c89481db540e1b817a63cc6c793a62c90d.tar.gz
egawk-0a9ae0c89481db540e1b817a63cc6c793a62c90d.tar.bz2
egawk-0a9ae0c89481db540e1b817a63cc6c793a62c90d.zip
Move to gawk-2.15.2.
Diffstat (limited to 'gawk.1')
-rw-r--r--gawk.118
1 files changed, 18 insertions, 0 deletions
diff --git a/gawk.1 b/gawk.1
index 79f3df81..0338485e 100644
--- a/gawk.1
+++ b/gawk.1
@@ -1808,6 +1808,24 @@ The
.B \-F
option is not necessary given the command line variable assignment feature;
it remains only for backwards compatibility.
+.PP
+If your system actually has support for
+.B /dev/fd
+and the associated
+.BR /dev/stdin ,
+.BR /dev/stdout ,
+and
+.B /dev/stderr
+files, you may get different output from
+.I gawk
+than you would get on a system without those files. When
+.I gawk
+interprets these files internally, it synchronizes output to the standard
+output with output to
+.BR /dev/stdout ,
+while on a system with those files, the output is actually to different
+open files.
+Caveat Emptor.
.SH VERSION INFORMATION
This man page documents
.IR gawk ,