From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55F1915827B for ; Wed, 13 Aug 2025 21:43:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3BE02340DE6 for ; Wed, 13 Aug 2025 21:43:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C2960110562; Wed, 13 Aug 2025 21:42:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BE26F110562 for ; Wed, 13 Aug 2025 21:42:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C75C340DE1 for ; Wed, 13 Aug 2025 21:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F4A03345 for ; Wed, 13 Aug 2025 21:42:50 +0000 (UTC) From: "Kerin Millar" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kerin Millar" Message-ID: <1755118812.f02615dc24e8fdded82f5b444ea2cb57b5f24e13.kfm@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale.gen.5 X-VCS-Directories: / X-VCS-Committer: kfm X-VCS-Committer-Name: Kerin Millar X-VCS-Revision: f02615dc24e8fdded82f5b444ea2cb57b5f24e13 X-VCS-Branch: master Date: Wed, 13 Aug 2025 21:42:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e65a4ef3-a5b0-4225-b533-bc4eb8de8f14 X-Archives-Hash: a11a8d21d717c210e4dfb8f361cae614 commit: f02615dc24e8fdded82f5b444ea2cb57b5f24e13 Author: Kerin Millar plushkava net> AuthorDate: Wed Aug 13 21:00:12 2025 +0000 Commit: Kerin Millar plushkava 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 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 characters. Leading and trailing 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 characters. Leading and trailing 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 characters, shall be disregarded. Lines that begin with zero or more characters, followed by a 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 character is enclosed by characters. .P