aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-08-06 22:25:29 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-08-06 22:25:29 +0300
commit6b9d87b595278e606096018ea16615033c5571fe (patch)
treead1c6d22c41bcd9c62e30c5be1bfd04bd74176ec /doc/gawk.texi
parent26998ea46d81f0212943170227839a218acb711d (diff)
parent7cc33dc5325181f26ded26b745229147e130bab1 (diff)
downloadegawk-6b9d87b595278e606096018ea16615033c5571fe.tar.gz
egawk-6b9d87b595278e606096018ea16615033c5571fe.tar.bz2
egawk-6b9d87b595278e606096018ea16615033c5571fe.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi24
1 files changed, 23 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index b4c167ae..f2b455b4 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -1731,6 +1731,16 @@ another key, at the same time. For example, a @kbd{Ctrl-d} is typed
by first pressing and holding the @kbd{CONTROL} key, next
pressing the @kbd{d} key and finally releasing both keys.
+@ifset FOR_PRINT
+@quotation NOTE
+Notes of interest look like this.
+@end quotation
+
+@quotation CAUTION
+Cautionary or warning notes look like this.
+@end quotation
+@end ifset
+
@c fakenode --- for prepinfo
@unnumberedsubsec Dark Corners
@cindex Kernighan, Brian
@@ -21328,7 +21338,9 @@ to either update @code{ARGIND} on your own
or modify this code as appropriate.
The @code{rewind()} function also relies on the @code{nextfile} keyword
-(@pxref{Nextfile Statement}).
+(@pxref{Nextfile Statement}). Because of this, you should not call it
+from an @code{ENDFILE} rule. (This isn't necessary anyway, since as soon
+as an @code{ENDFILE} rule finishes @command{gawk} goes to the next file!)
@node File Checking
@subsection Checking for Readable @value{DDF}s
@@ -35380,6 +35392,16 @@ GCC for VAX and Alpha has not been tested for a while.
@end itemize
+@item
+Support for the following obsolete systems was removed from the code
+and the documentation for @command{gawk} @value{PVERSION} 4.1:
+
+@c nested table
+@itemize @value{MINUS}
+@item
+Ultrix
+@end itemize
+
@end itemize
@c XXX ADD MORE STUFF HERE