commit:     f8ce3f7a7ba2f25b3b60fd27a63215b2243d9c79
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Fri Aug 22 22:55:18 2025 +0000
Commit:     Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Fri Aug 22 22:56:45 2025 +0000
URL:        https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=f8ce3f7a

locale-gen.8: mention locales and charmaps under FILES

Mention the existence of the /usr/share/i18n/locales and
/usr/share/i18n/charmaps directories within the FILES section of the
locale-gen(8) man page, not only the locale.gen(5) man page. This helps
to contextualise the sentence that is used to describe the behaviour of
the --prefix option.

"Treat FILES as being relative to the specified prefix"

Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>

 locale-gen.8 | 8 +++++++-
 locale.gen.5 | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/locale-gen.8 b/locale-gen.8
index a461a9a..62e6c97 100644
--- a/locale-gen.8
+++ b/locale-gen.8
@@ -54,10 +54,16 @@ Write out some details regarding the program then exit.
 Specifies the locales to be compiled.
 .TP
 .I /usr/share/i18n/SUPPORTED
-A list of officially supported locales.
+Specifies the officially supported locales.
 .TP
 .I /usr/lib/locale/locale\-archive
 Contains the currently installed locales.
+.TP
+.I /usr/share/i18n/locales
+Contains locale definition files that serve as inputs to \fBlocaledef\fR(1).
+.TP
+.I /usr/share/i18n/charmaps
+Contains character map files that serve as inputs to \fBlocaledef\fR(1).
 .SH "ENVIRONMENT"
 .TP
 LOCALEGEN_CONFIG

diff --git a/locale.gen.5 b/locale.gen.5
index c4134e4..b8eab26 100644
--- a/locale.gen.5
+++ b/locale.gen.5
@@ -52,10 +52,10 @@ The default location of the configuration file.
 A list of supported \fIlocalename\fR and \fIcharmap\fR combinations.
 .TP
 .I /usr/share/i18n/locales
-Contains locale definition files that can serve as inputs to 
\fBlocaledef\fR(1).
+Contains locale definition files that serve as inputs to \fBlocaledef\fR(1).
 .TP
 .I /usr/share/i18n/charmaps
-Contains character map files that can serve as inputs to \fBlocaledef\fR(1).
+Contains character map files that serve as inputs to \fBlocaledef\fR(1).
 .SH "SEE ALSO"
 .BR locale (1),
 .BR localedef (1),

Reply via email to