diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-25 11:48:57 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-25 11:48:57 +0200 |
commit | fda51ca6fd0d9ad93bead9887ded0b07c90680fb (patch) | |
tree | c6ace86d03a8511ea0f883933632d8691fe50b78 /doc/gawk.texi | |
parent | eceb548b02f0d72ca6a6e9a68bfd615ac9549a64 (diff) | |
download | egawk-fda51ca6fd0d9ad93bead9887ded0b07c90680fb.tar.gz egawk-fda51ca6fd0d9ad93bead9887ded0b07c90680fb.tar.bz2 egawk-fda51ca6fd0d9ad93bead9887ded0b07c90680fb.zip |
Update doc with caution about namespaces.
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. |