commit: 2bd557641caeb112a5b8d0813719dc727eecab9e
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Tue Oct 28 16:12:17 2025 +0000
Commit: Kerin Millar <kfm <AT> plushkava <DOT> net>
CommitDate: Tue Oct 28 16:53:26 2025 +0000
URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=2bd55764
Shorten a comment in parse_entry()
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
locale-gen | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/locale-gen b/locale-gen
index 2927dec..71d2dd0 100644
--- a/locale-gen
+++ b/locale-gen
@@ -403,10 +403,9 @@ sub parse_entry ($locale, $charmap) {
# Where given an input path whose name does not incorporate a
# charmap, localedef(1) will incorporate it into the archive as
- # an alias of its canonical name. For example, "en_US" may be
- # rendered a valid name that is equivalent to "en_US.iso88591".
- # It is strongly discouraged to rely on these in any capacity.
- # Still, for the time being, arrange for them to exist.
+ # an alias of its canonical name. For example, "en_US" may refer
+ # to "en_US.iso88591". It is strongly discouraged to rely on
+ # this behaviour. Still, for now, ensure that the aliases exist.
if ($locale ne 'C') {
$name = $locale;
}