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/gawk.texi | |
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/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 1f73309c..7fac492a 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -22455,6 +22455,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, @@ -22464,6 +22465,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. @@ -26044,6 +26046,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: @@ -26066,6 +26069,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. |