diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-19 16:51:02 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-19 16:51:02 +0300 |
commit | 0fe7d42c6b524c300c50e0ce3a97763bd957cd12 (patch) | |
tree | 8896d40bf28b2250cf95abef1388b53eac08fe47 /doc/gawk.texi | |
parent | 9718f3831bd000bc139f6a978cc6f973b999c241 (diff) | |
parent | 7100f51d8cfa0e7adab3fd40fdb9d29fdd8ad8ca (diff) | |
download | egawk-0fe7d42c6b524c300c50e0ce3a97763bd957cd12.tar.gz egawk-0fe7d42c6b524c300c50e0ce3a97763bd957cd12.tar.bz2 egawk-0fe7d42c6b524c300c50e0ce3a97763bd957cd12.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index a03b0bd7..9d1d88f6 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -15698,12 +15698,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 @@ -31532,15 +31527,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 @@ -31567,12 +31554,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 @@ -31600,12 +31582,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 @@ -39992,12 +39969,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 @@ -40035,12 +40007,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 |