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 9837915827B for ; Fri, 22 Aug 2025 23:12:54 +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 81A5F340E3E for ; Fri, 22 Aug 2025 23:12:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C935E110567; Fri, 22 Aug 2025 23:12:38 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B1F5C110567 for ; Fri, 22 Aug 2025 23:12:38 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64EF6340DCB for ; Fri, 22 Aug 2025 23:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C22E234D6 for ; Fri, 22 Aug 2025 23:12:35 +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: <1755903405.f8ce3f7a7ba2f25b3b60fd27a63215b2243d9c79.kfm@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale-gen.8 locale.gen.5 X-VCS-Directories: / X-VCS-Committer: kfm X-VCS-Committer-Name: Kerin Millar X-VCS-Revision: f8ce3f7a7ba2f25b3b60fd27a63215b2243d9c79 X-VCS-Branch: master Date: Fri, 22 Aug 2025 23:12:35 +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: 4496c4a2-8532-4f92-867f-d3ed2f55162f X-Archives-Hash: 22a75e20c9035ff264d190b20612d286 commit: f8ce3f7a7ba2f25b3b60fd27a63215b2243d9c79 Author: Kerin Millar plushkava net> AuthorDate: Fri Aug 22 22:55:18 2025 +0000 Commit: Kerin Millar plushkava 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 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),