aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/awkcard.in2
-rw-r--r--doc/gawk.info2
-rw-r--r--doc/gawk.texi2
4 files changed, 7 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8a1b004d..56ec4ef1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-29 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.texi, awkcard.in: Latest mawk understands /dev/stdin.
+
2012-04-27 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi: Add that -b affects output.
diff --git a/doc/awkcard.in b/doc/awkcard.in
index 22b4716f..fa45fe34 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1205,7 +1205,7 @@ The filenames are:
expand;
l lw(2i).
\*(FC"\-"\fP standard input
-\*(FC/dev/stdin\fP standard input \*(CR(not \*(MK)\*(CD
+\*(FC/dev/stdin\fP standard input
\*(FC/dev/stdout\fP standard output
\*(FC/dev/stderr\fP standard error output
.TE
diff --git a/doc/gawk.info b/doc/gawk.info
index 397daab6..5b063d78 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -20108,7 +20108,7 @@ Feature BWK Awk Mawk GNU Awk
`\x' Escape sequence X X X
`RS' as regexp X X
`FS' as null string X X X
-`/dev/stdin' special file X X
+`/dev/stdin' special file X X X
`/dev/stdout' special file X X X
`/dev/stderr' special file X X X
`**' and `**=' operators X X
diff --git a/doc/gawk.texi b/doc/gawk.texi
index b22f7ced..ba5ffa30 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -27001,7 +27001,7 @@ the three most widely-used freely available versions of @command{awk}
@item @samp{\x} Escape sequence @tab X @tab X @tab X
@item @code{RS} as regexp @tab @tab X @tab X
@item @code{FS} as null string @tab X @tab X @tab X
-@item @file{/dev/stdin} special file @tab X @tab @tab X
+@item @file{/dev/stdin} special file @tab X @tab X @tab X
@item @file{/dev/stdout} special file @tab X @tab X @tab X
@item @file{/dev/stderr} special file @tab X @tab X @tab X
@item @code{**} and @code{**=} operators @tab X @tab @tab X