diff options
-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 c0a5f853..b5d12a57 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 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. diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 899f1e03..5f05b18a 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -21591,6 +21591,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, @@ -21600,6 +21601,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. @@ -25180,6 +25182,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: @@ -25202,6 +25205,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. |