diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index cae7c399..e56ee61e 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -31737,6 +31737,13 @@ program being debugged, but occasionally it can. This @value{CHAPTER} describes a feature that is specific to @command{gawk}. +@quotation CAUTION +This feature described in this chapter is new. It is entirely +possible, and even likely, that there are dark corners (if not bugs) +still lurking within the implementation. If you find any such, +please report them (@xref{Bugs}). +@end quotation + @menu * Global Namespace:: The global namespace in standard @command{awk}. * Qualified Names:: How to qualify names with a namespace. |