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/gawktexi.in | |
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/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index ddbe8df5..1b194efe 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -30749,6 +30749,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. |