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 BD8CA15808A for ; Fri, 08 Aug 2025 17:44:49 +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 9B492340CBB for ; Fri, 08 Aug 2025 17:44:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 983C21104A0; Fri, 08 Aug 2025 17:44:48 +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 929D01104A0 for ; Fri, 08 Aug 2025 17:44:48 +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 3C662341EB6 for ; Fri, 08 Aug 2025 17:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D293C32D5 for ; Fri, 08 Aug 2025 17:44:46 +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: <1754670495.73b9dbd0b07ad4930631c05ebdb3e3d647d86bb4.kfm@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale-gen.8 X-VCS-Directories: / X-VCS-Committer: kfm X-VCS-Committer-Name: Kerin Millar X-VCS-Revision: 73b9dbd0b07ad4930631c05ebdb3e3d647d86bb4 X-VCS-Branch: master Date: Fri, 08 Aug 2025 17:44:46 +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: 24e0a7ac-6bdd-4b9b-906a-c2c0379e00d9 X-Archives-Hash: c05a0bc83d558d2daca5c3ec906fb7b7 commit: 73b9dbd0b07ad4930631c05ebdb3e3d647d86bb4 Author: Kerin Millar plushkava net> AuthorDate: Fri Aug 8 16:28:15 2025 +0000 Commit: Kerin Millar plushkava net> CommitDate: Fri Aug 8 16:28:15 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=73b9dbd0 locale-gen.8: position the FILES section before AUTHORS Signed-off-by: Kerin Millar plushkava.net> locale-gen.8 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/locale-gen.8 b/locale-gen.8 index 8637ef0..64c89d8 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -61,6 +61,16 @@ Suppress the compilation of locales that are already installed (not recommended) .TP \fB\-V\fR, \fB\-\-version\fR Write out some details regarding the program then exit. +.SH "FILES" +.TP +.I /etc/locale.gen +Specifies the locales to be compiled. +.TP +.I /usr/share/i18n/SUPPORTED +A list of officially supported locales. +.TP +.I /usr/lib/locale/locale\-archive +Contains the currently installed locales. .SH "AUTHORS" Version 3.0 is the work of .MT kfm@\:plushkava\:.net @@ -75,16 +85,6 @@ Mike Frysinger Please report bugs via .UR https://\:bugs\:.gentoo\:.org/ .UE . -.SH "FILES" -.TP -.I /etc/locale.gen -Specifies the locales to be compiled. -.TP -.I /usr/share/i18n/SUPPORTED -A list of officially supported locales. -.TP -.I /usr/lib/locale/locale\-archive -Contains the currently installed locales. .SH "SEE ALSO" .BR locale (1), .BR localedef (1),