diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-08 09:24:37 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-08 09:24:37 +0200 |
commit | a9b8d46450240c20c362c05d2d79c92a04807339 (patch) | |
tree | 90c20f0cb369c22b8f0347f2b9e2a45c4e498974 /doc/gawk.texi | |
parent | 72e1d7d4308c3a4d43084a47ae30fc2960d569c1 (diff) | |
download | egawk-a9b8d46450240c20c362c05d2d79c92a04807339.tar.gz egawk-a9b8d46450240c20c362c05d2d79c92a04807339.tar.bz2 egawk-a9b8d46450240c20c362c05d2d79c92a04807339.zip |
Minor doc fixes.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 169f8a22..307f21b5 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -28354,11 +28354,11 @@ This is shown in @ref{load-extension}. @float Figure,load-extension @caption{Loading The Extension} -@c FIXME: One day, makeinfo should correctly center the text file -@c as a block. At that time it should be enough to use the line -@c in the ifnotinfo block. This applies to the other figures as well. +@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 -@image{api-figure1, , , Loading the extension, txt} +@center @image{api-figure1, , , Loading the extension, txt} @end ifinfo @ifnotinfo @center @image{api-figure1, , , Loading the extension} @@ -28374,7 +28374,7 @@ This is shown in @ref{load-new-function}. @float Figure,load-new-function @caption{Loading The New Function} @ifinfo -@image{api-figure2, , , Loading the new function, txt} +@center @image{api-figure2, , , Loading the new function, txt} @end ifinfo @ifnotinfo @center @image{api-figure2, , , Loading the new function} @@ -28391,7 +28391,7 @@ This is shown in @ref{call-new-function}. @float Figure,call-new-function @caption{Calling The New Function} @ifinfo -@image{api-figure3, , , Calling the new function, txt} +@center @image{api-figure3, , , Calling the new function, txt} @end ifinfo @ifnotinfo @center @image{api-figure3, , , Calling the new function} @@ -35109,7 +35109,7 @@ some input data and produce results. See @ref{figure-general-flow}. @float Figure,figure-general-flow @caption{General Program Flow} @ifinfo -@image{general-program, , , General program flow, txt} +@center @image{general-program, , , General program flow, txt} @end ifinfo @ifnotinfo @center @image{general-program, , , General program flow} @@ -35136,7 +35136,7 @@ in @ref{figure-process-flow}: @float Figure,figure-process-flow @caption{Basic Program Steps} @ifinfo -@image{process-flow, , , Basic Program Stages, txt} +@center @image{process-flow, , , Basic Program Stages, txt} @end ifinfo @ifnotinfo @center @image{process-flow, , , Basic Program Stages} |