commit: accce6052421747e44cc3b01bbd7472aa8ca8682 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Thu Aug 7 16:07:21 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Thu Aug 7 16:18:52 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=accce605
locale-gen.8: add full stops (periods) where appropriate Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> locale-gen.8 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locale-gen.8 b/locale-gen.8 index 3ab1cd9..1a4955f 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -23,28 +23,28 @@ with a suitable diagnostic message. Otherwise, locale\-gen shall act as if the .SH "OPTIONS" .TP \fB\-A\fR, \fB\-\-all\fR -Compile all locales that are officially supported by glibc +Compile all locales that are officially supported by glibc. .TP \fB\-c\fR, \fB\-\-config\fR \fIconfig\fR -Read the given \fIconfig\fR file (defaults to /etc/locale.gen) +Read the given \fIconfig\fR file (defaults to /etc/locale.gen). .TP \fB\-d\fR, \fB\-\-prefix\fR \fIdirectory\fR -Treat most filesystem paths as being relative to the given \fIdirectory\fR (defaults to / if not a Gentoo Prefix system) +Treat most filesystem paths as being relative to the given \fIdirectory\fR (defaults to / if not a Gentoo Prefix system). .TP \fB\-h\fR, \fB\-\-help\fR -Write out a synopsis and summary of the supported options then exit +Write out a synopsis and summary of the supported options then exit. .TP \fB\-j\fR, \fB\-\-jobs\fR \fIinteger\fR -Spawn up to \fIinteger\fR workers to compile locales in parallel (defaults to the number of logical processors) +Spawn up to \fIinteger\fR workers to compile locales in parallel (defaults to the number of logical processors). .TP \fB\-q\fR, \fB\-\-quiet\fR -Suppress the writing of informational messages to standard output +Suppress the writing of informational messages to standard output. .TP \fB\-u\fR, \fB\-\-update\fR -Suppress the compilation of locales that are already installed (not recommended) +Suppress the compilation of locales that are already installed (not recommended). .TP \fB\-V\fR, \fB\-\-version\fR -Write out some details regarding the program then exit +Write out some details regarding the program then exit. .SH "AUTHORS" .fi Version 3.0 is the work of Kerin Millar <[email protected]>. @@ -52,7 +52,7 @@ Version 3.0 is the work of Kerin Millar <[email protected]>. Prior versions are chiefly the work of Mike Frysinger <[email protected]>. .nf .SH "REPORTING BUGS" -Please report bugs via http://bugs.gentoo.org/ +Please report bugs via http://bugs.gentoo.org/. .SH "FILES" .TP .I /etc/locale.gen
