commit: f02615dc24e8fdded82f5b444ea2cb57b5f24e13 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Wed Aug 13 21:00:12 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Wed Aug 13 21:00:12 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=f02615dc
locale.gen.5: remove a stray leading space Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> locale.gen.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale.gen.5 b/locale.gen.5 index 3eb25af..3af61cc 100644 --- a/locale.gen.5 +++ b/locale.gen.5 @@ -4,7 +4,7 @@ locale.gen - configuration file for locale\-gen .SH "DESCRIPTION" The \fBlocale\-gen\fR(8) utility compiles the locales specified by the \fI/etc/locale.gen\fR file and integrates them into a locale archive. .P -If present, the file must be comprised by zero or more lines, each of which must be comprised by two fields, separated by one or more <blank> characters. Leading and trailing <blank> characters are permitted. The first field shall be considered as a \fIlocalename\fR and the second field as a \fIcharmap\fR. The \fI/usr/share/i18n/SUPPORTED\fR file contains a complete list of the supported combinations. +If present, the file must be comprised by zero or more lines, each of which must be comprised by two fields, separated by one or more <blank> characters. Leading and trailing <blank> characters are permitted. The first field shall be considered as a \fIlocalename\fR and the second field as a \fIcharmap\fR. The \fI/usr/share/i18n/SUPPORTED\fR file contains a complete list of the supported combinations. .P Lines that are empty, or which contain only <blank> characters, shall be disregarded. Lines that begin with zero or more <blank> characters, followed by a <number\-sign> character, shall be considered as comments and disregarded. Further, the two fields that form a locale definition may be followed by a comment, provided that its leading <number\-sign> character is enclosed by <blank> characters. .P
