Skip to content

Commit

Permalink
minor doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-mensch committed Sep 18, 2024
1 parent a234462 commit cd346a6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
6 changes: 3 additions & 3 deletions ABOUT-NLS
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ people who like their own language and write it well, and who are also
able to synergize with other translators speaking the same language.
Each translation team has its own mailing list. The up-to-date list of
teams can be found at the Free Translation Project's homepage,
'https://translationproject.org/', in the "Teams" area.
'http://translationproject.org/', in the "Teams" area.

If you'd like to volunteer to _work_ at translating messages, you
should become a member of the translating team for your own language.
Expand Down Expand Up @@ -1357,7 +1357,7 @@ mere existence a PO file and its wide availability in a distribution.
If Jun 2014 seems to be old, you may fetch a more recent copy of this
'ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix
with full percentage details can be found at
'https://translationproject.org/extra/matrix.html'.
'http://translationproject.org/extra/matrix.html'.

1.5 Using 'gettext' in new packages
===================================
Expand All @@ -1376,4 +1376,4 @@ Free Translation Project is also available for packages which are not
developed inside the GNU project. Therefore the information given above
applies also for every other Free Software Project. Contact
'[email protected]' to make the '.pot' files available
to the translation teams.
to the translation teams.
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The following libraries ARE required WHEN :

JSON-C is distributed under Expat License.

5) charachter encoding support is needed and iconv is not provided
5) character encoding support is needed and iconv is not provided
as part of libc

BOTH runtime AND development components required.
Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Support for GENERATE JSON is provided by *one* of the following:
JSON-C is distributed under Expat License.


charachter encoding support
character encoding support
----------------------------

Support for partial character encoding is provided directly,
Expand Down
18 changes: 11 additions & 7 deletions doc/gnucobol.texi
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ between paragraphs and sections.
Warnings are diagnostic messages that report constructions that are not inherently
erroneous but that are risky or suggest there may have been an error.

The following options do not enable specific warnings but control the kinds of diagnostics produced by @command{cobc}.
The following options do not enable specific warnings but control the kinds of
diagnostics produced by @command{cobc}.

@table @code
@item -fsyntax-only
Expand Down Expand Up @@ -615,9 +616,10 @@ and that are easy to avoid (or modify to prevent the warning).@*
The list of warning flags turned on by this option is shown in @option{--help}.

@item -Wextra, -W
Enable every possible warning that is not dialect specific. This includes more information
than @option{-Wall} would normally provide.@*
(This option used to be called @option{-W}. The older name is still supported, but the newer name is more descriptive.)
Enable every possible warning that is not dialect specific. This includes more
information than @option{-Wall} would normally provide.@*
(This option used to be called @option{-W}. The older name is still supported,
but the newer name is more descriptive.)

@item -W@var{warning}
Enable single warning @var{warning}.
Expand All @@ -629,7 +631,8 @@ Disable single warning @var{warning}.
Warn if archaic features are used, such as continuation lines or the @code{NEXT SENTENCE} statement.

@item -Wcall-params
Warn if non-01/77-level items are used as arguments in a @code{CALL} statement. This is @emph{not} set with @option{-Wall}.
Warn if non-01/77-level items are used as arguments in a @code{CALL} statement.
This is @emph{not} set with @option{-Wall}.

@item -Wcolumn-overflow
Warn if text after column 72 in FIXED format. This is @emph{not} set with @option{-Wall}.
Expand Down Expand Up @@ -781,8 +784,9 @@ Compiler uses the given @var{dialect} to determine the reserved words.
User-defined dialect configuration.

@item -febcdic-table=@var{cconv-table}/@var{file}
EBCDIC/ASCII translation table to use; either read from @var{file}, or one of the existing @var{cconv-table}
from the configuration directory (see @code{cobc --info}) which have a .ttbl extension, for example @option{-febcdic-table=alternate}.@*
EBCDIC/ASCII translation table to use; either read from @var{file}, or one of
the existing @var{cconv-table} from the configuration directory (see @code{cobc --info})
which have a .ttbl extension, for example @option{-febcdic-table=alternate}.@*
See the @file{default.ttbl} file for detailed information about the format.

@end table
Expand Down

0 comments on commit cd346a6

Please sign in to comment.