diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 97d4ced9..8d6fbb12 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -22447,6 +22447,7 @@ the element. @c STARTOFRANGE awkpex @cindex @command{awk} programs, examples of +@c FULLXREF ON @ref{Library Functions}, presents the idea that reading programs in a language contributes to learning that language. This @value{CHAPTER} continues that theme, @@ -22456,6 +22457,7 @@ enjoyment. There are three sections. The first describes how to run the programs presented in this @value{CHAPTER}. +@c FULLXREF OFF The second presents @command{awk} versions of several common POSIX utilities. @@ -26036,6 +26038,7 @@ of TCP/IP networking. Finally, @command{gawk} can @dfn{profile} an @command{awk} program, making it possible to tune it for performance. +@c FULLXREF ON A number of advanced features require separate @value{CHAPTER}s of their own: @@ -26058,6 +26061,7 @@ debugger for debugging @command{awk} programs. discusses the ability to dynamically add new built-in functions to @command{gawk}. @end itemize +@c FULLXREF OFF @menu * Nondecimal Data:: Allowing nondecimal input data. |