diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.texi | 7 | ||||
-rw-r--r-- | doc/gawktexi.in | 7 |
3 files changed, 16 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index af4ff89a..7c3ddbe5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-09-07 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Minor cleanups. + 2014-09-05 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Document builtin functions in FUNCTAB and in diff --git a/doc/gawk.texi b/doc/gawk.texi index 53fb0af0..223e90a1 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -1508,7 +1508,9 @@ There are sidebars scattered throughout the @value{DOCUMENT}. They add a more complete explanation of points that are relevant, but not likely to be of interest on first reading. +@ifclear FOR_PRINT All appear in the index, under the heading ``sidebar.'' +@end ifclear Most of the time, the examples use complete @command{awk} programs. Some of the more advanced sections show only the part of the @command{awk} @@ -1635,7 +1637,7 @@ available @command{awk} implementations. @ifset FOR_PRINT -@DBREF{Copying} +@ref{Copying}, presents the license that covers the @command{gawk} source code. The version of this @value{DOCUMENT} distributed with @command{gawk} @@ -1663,6 +1665,9 @@ try looking them up here. @uref{http://www.gnu.org/software/gawk/manual/html_node/GNU-Free-Documentation-License.html, The GNU FDL} is the license that covers this @value{DOCUMENT}. + +Some of the chapters have exercise sections; these have also been +omitted from the print edition. @end ifset @ifclear FOR_PRINT diff --git a/doc/gawktexi.in b/doc/gawktexi.in index dbad70c1..af84994c 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -1475,7 +1475,9 @@ There are sidebars scattered throughout the @value{DOCUMENT}. They add a more complete explanation of points that are relevant, but not likely to be of interest on first reading. +@ifclear FOR_PRINT All appear in the index, under the heading ``sidebar.'' +@end ifclear Most of the time, the examples use complete @command{awk} programs. Some of the more advanced sections show only the part of the @command{awk} @@ -1602,7 +1604,7 @@ available @command{awk} implementations. @ifset FOR_PRINT -@DBREF{Copying} +@ref{Copying}, presents the license that covers the @command{gawk} source code. The version of this @value{DOCUMENT} distributed with @command{gawk} @@ -1630,6 +1632,9 @@ try looking them up here. @uref{http://www.gnu.org/software/gawk/manual/html_node/GNU-Free-Documentation-License.html, The GNU FDL} is the license that covers this @value{DOCUMENT}. + +Some of the chapters have exercise sections; these have also been +omitted from the print edition. @end ifset @ifclear FOR_PRINT |