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 | |
parent | 9f916df9df1d94a589562944df1a9b3367082092 (diff) | |
parent | 969b704c66bac2508e7fa320a408448a819dda12 (diff) | |
download | egawk-15b155a5f90932577d61e8039374a499647bc423.tar.gz egawk-15b155a5f90932577d61e8039374a499647bc423.tar.bz2 egawk-15b155a5f90932577d61e8039374a499647bc423.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | doc/ChangeLog | 1 | ||||
-rw-r--r-- | doc/gawk.texi | 4 | ||||
-rw-r--r-- | doc/gawktexi.in | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index a03f0348..e6cac13b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,7 @@ 2014-06-09 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: More "Summary" sections. + Judiciously arrange for full xrefs in docbook in a few spots. 2014-06-08 Arnold D. Robbins <arnold@skeeve.com> 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. 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. |