diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-06-09 22:09:51 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-06-09 22:09:51 +0300 |
commit | 15b155a5f90932577d61e8039374a499647bc423 (patch) | |
tree | 08d7418f3d69f725021aa1ca8ea08d1a56f229b9 /doc/gawktexi.in | |
parent | 9f916df9df1d94a589562944df1a9b3367082092 (diff) | |
parent | 969b704c66bac2508e7fa320a408448a819dda12 (diff) | |
download | egawk-15b155a5f90932577d61e8039374a499647bc423.tar.gz egawk-15b155a5f90932577d61e8039374a499647bc423.tar.bz2 egawk-15b155a5f90932577d61e8039374a499647bc423.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index c9003620..9989c4a0 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -21599,6 +21599,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, @@ -21608,6 +21609,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. @@ -25188,6 +25190,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: @@ -25210,6 +25213,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. |