commit: ed754eb5b9f98ae915349dcf994b631f7eefa6f7 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Thu Aug 7 22:56:33 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Thu Aug 7 22:58:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=ed754eb5
locale.gen: remove the comments masquerading as documentation It is not worth the effort to revise them in accordance with the current state of the locale.gen(5) man page. Besides which, it is hardly untoward to expect a user to enter a simple command in order to read the documentation. See-also: fe5bd5fa7bb7a9aa231f5fdd424f221884f505a0 Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> locale.gen | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/locale.gen b/locale.gen index ff0025a..fe72e5f 100644 --- a/locale.gen +++ b/locale.gen @@ -1,24 +1,5 @@ -# /etc/locale.gen: list all of the locales you want to have on your system. -# See the locale.gen(5) man page for more details. -# -# The format of each line: -# <locale name> <charset> -# -# Where <locale name> starts with a name as found in /usr/share/i18n/locales/. -# It must be unique in the file as it is used as the key to locale variables. -# For non-default encodings, the <charset> is typically appended. -# -# Where <charset> is a charset located in /usr/share/i18n/charmaps/ (sans any -# suffix like ".gz"). -# -# All blank lines and lines starting with # are ignored. -# -# For the default list of supported combinations, see the file: -# /usr/share/i18n/SUPPORTED -# -# Whenever glibc is emerged, the locales listed here will be automatically -# rebuilt for you. After updating this file, you can simply run `locale-gen` -# yourself instead of re-emerging glibc. +# This file defines which locales to incorporate into the glibc locale archive. +# See the locale.gen(5) and locale-gen(8) man pages for more details. # aa_DJ.UTF-8 UTF-8 # aa_ER UTF-8
