diff --git a/guide/13.texi b/guide/13.texi index a99a5e4..a13a695 100644 --- a/guide/13.texi +++ b/guide/13.texi @@ -173,7 +173,7 @@ If the day is defined like DDD (3 Ds) then it is taken to be the day of the year $XFD DATE "YYYYDDD" @end verbatim -@anchoridx{Data} +@anchoridx{DataTypes} @multitable @columnfractions .15 .85 @headitem Name @tab Data Description @item F @tab Define data Field diff --git a/guide/3.texi b/guide/3.texi index 6ad4d9d..462b182 100644 --- a/guide/3.texi +++ b/guide/3.texi @@ -14,7 +14,7 @@ CDF directives, denoted by the presence of a @code{>>} character sequence as par Compiler directives are @i{never} terminated with a period. -The compiler command-line option @option{-D} offers additional control (@pxref{cobc - The GnuCOBOL Compiler}). +The compiler command-line option @option{-D} offers additional control (@pxref{cobc - The GnuCOBOL Compiler - Runtime options}). @menu * 3.1 : >>CALL-CONVENTION. * 3.2 : COPY. diff --git a/guide/7.texi b/guide/7.texi index d8cff69..8bfe574 100644 --- a/guide/7.texi +++ b/guide/7.texi @@ -663,6 +663,7 @@ As part of the @code{TIMES} clause of a @statementref{PERFORM}. @comment ********************************************************************* @page @newsection{7.8,GnuCOBOL Statements} +@iftex @menu * 7.8.1: ACCEPT @detailmenu @@ -785,6 +786,7 @@ As part of the @code{TIMES} clause of a @statementref{PERFORM}. * 7.8.50: UNSTRING * 7.8.51: WRITE @end menu +@end iftex @comment ********************************************************************* @comment ** 7.8.1 ACCEPT ** @comment ********************************************************************* @@ -1015,7 +1017,7 @@ The @item The -@syntaxidx{UPDATE} option will enable the supplied data field to be updated having been displayed on screen prior to data being entered by overwriting, if needed. When this option is @i{not} used the input field is cleared prior to input and this is the default but can be changed by the use of compiler steering command -faccept-with-update that can be input when starting the compiler or included in the configuration file e.g., default.conf used when selected by default @option{-std=default}. For more information see @ref{cobc - The GnuCOBOL Compiler} option switches) and @ref{Compiler Configuration Files}. +@syntaxidx{UPDATE} option will enable the supplied data field to be updated having been displayed on screen prior to data being entered by overwriting, if needed. When this option is @i{not} used the input field is cleared prior to input and this is the default but can be changed by the use of compiler steering command -faccept-with-update that can be input when starting the compiler or included in the configuration file e.g., default.conf used when selected by default @option{-std=default}. For more information see @ref{cobc - The GnuCOBOL Compiler - Runtime options} option switches) and @ref{Compiler Configuration Files}. @item This format of the @code{ACCEPT} statement will be terminated by any of the following events: diff --git a/guide/cbrese.tex b/guide/cbrese.tex index bce673a..6779943 100644 --- a/guide/cbrese.tex +++ b/guide/cbrese.tex @@ -30,7 +30,7 @@ @item @code{ALTER} @tab Yes @tab @item @code{ALTERNATE} @tab Yes @tab @item @code{AND} @tab Yes @tab -@item @code{ANUM} @tab No @tab (C/S) @tab +@item @code{ANUM} @tab No (C/S) @tab @item @code{ANY} @tab Yes @tab @item @code{ANYCASE} @tab No @tab @item @code{APPLY} @tab Yes (C/S) @tab diff --git a/guide/gnucobpg.texi b/guide/gnucobpg.texi index e60e545..283d70a 100644 --- a/guide/gnucobpg.texi +++ b/guide/gnucobpg.texi @@ -90,9 +90,9 @@ Permission is granted to copy and distribute translations of this manual into an @comment ********************************************************************* @comment ** TOP NODE POINT (Ignore if running TeX) ** @comment ********************************************************************* -@ifnottex -@validatemenus off -@end ifnottex +@comment @ifnottex +@comment @validatemenus off +@comment @end ifnottex @c jkl @ifinfo @node Top @top GnuCOBOL Programmer's Guide diff --git a/guide/gnucobpr.texi b/guide/gnucobpr.texi index fdbf570..b01db64 100644 --- a/guide/gnucobpr.texi +++ b/guide/gnucobpr.texi @@ -90,9 +90,6 @@ Permission is granted to copy and distribute translations of this manual into an @comment ********************************************************************* @comment ** TOP NODE POINT (Ignore if running TeX) ** @comment ********************************************************************* -@ifnottex -@validatemenus off -@end ifnottex @c jkl @ifinfo @node Top @top GnuCOBOL Programmer's Reference