diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 50 |
1 files changed, 15 insertions, 35 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index a8af903e..5be9dede 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -46,9 +46,9 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH April, 2015 +@set UPDATE-MONTH May, 2015 @set VERSION 4.1 -@set PATCHLEVEL 2 +@set PATCHLEVEL 3 @set GAWKINETTITLE TCP/IP Internetworking with @command{gawk} @ifset FOR_PRINT @@ -15070,12 +15070,7 @@ conceptually, if the element values are eight, @code{"foo"}, @ifnotdocbook @float Figure,figure-array-elements @caption{A contiguous array} -@ifinfo -@center @image{array-elements, , , A Contiguous Array, txt} -@end ifinfo -@ifnotinfo @center @image{array-elements, , , A Contiguous Array} -@end ifnotinfo @end float @end ifnotdocbook @@ -30746,15 +30741,7 @@ This is shown in @inlineraw{docbook, <xref linkend="figure-load-extension"/>}. @ifnotdocbook @float Figure,figure-load-extension @caption{Loading the extension} -@c FIXME: One day, it should not be necessary to have two cases, -@c but rather just the one without the "txt" final argument. -@c This applies to the other figures as well. -@ifinfo -@center @image{api-figure1, , , Loading the extension, txt} -@end ifinfo -@ifnotinfo @center @image{api-figure1, , , Loading the extension} -@end ifnotinfo @end float @end ifnotdocbook @@ -30781,12 +30768,7 @@ This is shown in @inlineraw{docbook, <xref linkend="figure-register-new-function @ifnotdocbook @float Figure,figure-register-new-function @caption{Registering a new function} -@ifinfo -@center @image{api-figure2, , , Registering a new Function, txt} -@end ifinfo -@ifnotinfo @center @image{api-figure2, , , Registering a new Function} -@end ifnotinfo @end float @end ifnotdocbook @@ -30814,12 +30796,7 @@ This is shown in @inlineraw{docbook, <xref linkend="figure-call-new-function"/>} @ifnotdocbook @float Figure,figure-call-new-function @caption{Calling the new function} -@ifinfo -@center @image{api-figure3, , , Calling the new function, txt} -@end ifinfo -@ifnotinfo @center @image{api-figure3, , , Calling the new function} -@end ifnotinfo @end float @end ifnotdocbook @@ -37869,6 +37846,19 @@ here are the only officially recognized way for reporting bugs. Really. @end quotation +@ignore +Date: Sun, 17 May 2015 19:50:14 -0400 +From: Chet Ramey <chet.ramey@case.edu> +Reply-To: chet.ramey@case.edu +Organization: ITS, Case Western Reserve University +To: Aharon Robbins <arnold@skeeve.com> +CC: chet.ramey@case.edu + +.... +I gave up on usenet a couple of years ago and haven't really looked back. +It's like sports talk radio -- you feel smarter for not having read it. +@end ignore + @quotation NOTE Many distributions of GNU/Linux and the various BSD-based operating systems have their own bug reporting systems. If you report a bug using your distribution's @@ -39193,12 +39183,7 @@ See @inlineraw{docbook, <xref linkend="figure-general-flow"/>}. @ifnotdocbook @float Figure,figure-general-flow @caption{General Program Flow} -@ifinfo -@center @image{general-program, , , General program flow, txt} -@end ifinfo -@ifnotinfo @center @image{general-program, , , General program flow} -@end ifnotinfo @end float @end ifnotdocbook @@ -39236,12 +39221,7 @@ as shown in @inlineraw{docbook, <xref linkend="figure-process-flow"/>}: @ifnotdocbook @float Figure,figure-process-flow @caption{Basic Program Steps} -@ifinfo -@center @image{process-flow, , , Basic Program Stages, txt} -@end ifinfo -@ifnotinfo @center @image{process-flow, , , Basic Program Stages} -@end ifnotinfo @end float @end ifnotdocbook |