From cd346a66aab8791abd8bc821b9cd4e5c248bd7a8 Mon Sep 17 00:00:00 2001 From: sf-mensch Date: Wed, 18 Sep 2024 11:13:05 +0000 Subject: [PATCH] minor doc changes --- ABOUT-NLS | 6 +++--- DEPENDENCIES | 2 +- DEPENDENCIES.md | 2 +- doc/gnucobol.texi | 18 +++++++++++------- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ABOUT-NLS b/ABOUT-NLS index 186a3c65c..3cc828658 100644 --- a/ABOUT-NLS +++ b/ABOUT-NLS @@ -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. @@ -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 =================================== @@ -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 'coordinator@translationproject.org' to make the '.pot' files available -to the translation teams. \ No newline at end of file +to the translation teams. diff --git a/DEPENDENCIES b/DEPENDENCIES index f0d54169b..94be483f7 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -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. diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 289265bf5..b14b73815 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -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, diff --git a/doc/gnucobol.texi b/doc/gnucobol.texi index af4eb9fd2..e1048c7b1 100644 --- a/doc/gnucobol.texi +++ b/doc/gnucobol.texi @@ -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 @@ -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}. @@ -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}. @@ -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