Skip to content

Commit b407a2c

Browse files
committed
More small fixes
1 parent e9849f4 commit b407a2c

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

guide/10.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These are dynamically-loadable object code files ready to be invoked from other
2626
@comment *********************************************************************
2727
@comment ** 10.1.1 cobc - The GnuCOBOL Compiler - runtime options **
2828
@comment *********************************************************************
29-
@newsubsection{10.1.1,cobc - The GnuCOBOL Compiler - Runtime options}
29+
@newsubsection{10.1.1,cobc - The GnuCOBOL Compiler}
3030
The GnuCOBOL compiler is named @command{cobc} (@command{cobc.exe} on a Windows system).
3131

3232
The following describes the syntax and option switches of the cobc command. This information may be displayed by entering the command @command{cobc --help} or @command{cobc -h}.

guide/3.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CDF directives, denoted by the presence of a @code{>>} character sequence as par
1414

1515
Compiler directives are @i{never} terminated with a period.
1616

17-
The compiler command-line option @option{-D} offers additional control (@pxref{cobc - The GnuCOBOL Compiler - Runtime options}).
17+
The compiler command-line option @option{-D} offers additional control (@pxref{cobc - The GnuCOBOL Compiler}).
1818
@menu
1919
* 3.1 : >>CALL-CONVENTION.
2020
* 3.2 : COPY.

guide/6.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ Executing the statement @code{SET @var{condition-name-1} TO FALSE} will cause @v
10991099
* 6.9.38: RENAMES.
11001100
* 6.9.39: REQUIRED.
11011101
* 6.9.40: REVERSE-VIDEO.
1102-
* 6.9.41: SAME.
1102+
* 6.9.41: SAME AS.
11031103
* 6.9.41B: SCROLL DOWN.
11041104
* 6.9.41C: SCROLL UP.
11051105
* 6.9.42: SECURE.

guide/7.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ The
10201020

10211021
@item
10221022
The
1023-
@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}.
1023+
@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}.
10241024

10251025
@item
10261026
This format of the @code{ACCEPT} statement will be terminated by any of the following events:
@@ -1806,7 +1806,7 @@ No @code{INVALID KEY} or @code{NOT INVALID KEY} clause may be specified for a fi
18061806
* 7.8.12.2: DISPLAY UPON COMMAND-LINE
18071807
* 7.8.12.3: DISPLAY UPON ENVIRONMENT-NAME
18081808
* 7.8.12.4: DISPLAY data-item
1809-
* 7.8.12.5: DISPLAY data-item (Microsoft v1, 2)
1809+
* 7.8.12.5: DISPLAY data-item (Microsoft)
18101810
@end menu
18111811
@comment *********************************************************************
18121812
@comment ** 7.8.12.1 DISPLAY UPON device **
@@ -1978,7 +1978,7 @@ If this is needed then the use of @code{CONCATENATE} to built more than one elem
19781978
When @code{DISPLAY} is used without line or column controls only one variable or literal may will appear on a line, so the use of the above example should also be employed.
19791979

19801980
@comment *************************************************************
1981-
@comment ** 7.8.12.5 DISPLAY data-item (Microsoft v1, 2) **
1981+
@comment ** 7.8.12.5 DISPLAY data-item (Microsoft) **
19821982
@comment *************************************************************
19831983
@page
19841984
@newunit{7.8.12.5,DISPLAY data-item (Microsoft)}

guide/8.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ When the @code{LOCALE} keyword is not specified, the returning value is negative
15061506
@comment ** 8.1.70B NUMVAL-C **
15071507
@comment *********************************************************************
15081508
@page
1509-
@newsubsection{8.1.70B,NUMVAL-C-V2}
1509+
@newsubsection{8.1.70B,NUMVAL-C-2}
15101510
@diagram{NUMVAL-C Function,FN-NUMVAL-C-2,FN-NUMVAL-C-2,None}
15111511
This function
15121512
returns the numeric value represented by the character string specified by @var{argument-1} and defined as alphanumeric.

guide/B.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@comment *********************************************************************
22
@comment ** B. Reserved Word Lists **
33
@comment *********************************************************************
4-
@newappendix{B,Reserved Word Lists}
4+
@newappendix{B,Reserved Word List}
55
See Appendix C for the complete lists of ALL reserved words of all types.
66
@iftex
77
@sp 3

guide/gnucobpg.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Full Contents:
282282
* 6.9.38: RENAMES.
283283
* 6.9.39: REQUIRED.
284284
* 6.9.40: REVERSE-VIDEO.
285-
* 6.9.41: SAME.
285+
* 6.9.41: SAME AS.
286286
* 6.9.41B: SCROLL DOWN.
287287
* 6.9.41C: SCROLL UP.
288288
* 6.9.42: SECURE.

0 commit comments

Comments
 (0)