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 28D4B15808A for ; Tue, 05 Aug 2025 21:54:02 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0C8BB33FECD for ; Tue, 05 Aug 2025 21:54:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0C04411036D; Tue, 05 Aug 2025 21:54:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F298511036D for ; Tue, 05 Aug 2025 21:54:00 +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 9FA6B33FECD for ; Tue, 05 Aug 2025 21:54:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1466C2E8C for ; Tue, 05 Aug 2025 21:53:59 +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: <1754405843.9d6d44c0f3aa44ebee45f8c5bea794b3c693edd4.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: 9d6d44c0f3aa44ebee45f8c5bea794b3c693edd4 X-VCS-Branch: master Date: Tue, 05 Aug 2025 21:53:59 +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: ef21bedd-915d-40c6-817c-2d033d36e448 X-Archives-Hash: f2c8075812e3e7c9f506574478d33727 commit: 9d6d44c0f3aa44ebee45f8c5bea794b3c693edd4 Author: Kerin Millar plushkava net> AuthorDate: Tue Aug 5 14:57:23 2025 +0000 Commit: Kerin Millar plushkava net> CommitDate: Tue Aug 5 14:57:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=9d6d44c0 locale-gen.8: remove references to options that have been dropped The --ask, --debug, --generate, --inplace-glibc, --list and --keep options have been dropped. Jettison them from the locale-gen(8) manual. Note that I got the manual section right this time; appending "(1)" has become a difficult habit to shake. Further, remove the paragraph claiming that options can be forwarded to localedef(1), for that is no longer the case. See-also: 1baa3626b0bfa269b8c195caddb4629195c89371 Signed-off-by: Kerin Millar plushkava.net> locale-gen.8 | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/locale-gen.8 b/locale-gen.8 index a194be7..88bb361 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -1,4 +1,4 @@ -.TH "locale-gen" "8" "Aug 2007" "Gentoo" +.TH "locale-gen" "8" "Aug 2025" "Gentoo" .SH "NAME" locale\-gen \- generate locales on the fly .SH "DESCRIPTION" @@ -10,36 +10,22 @@ Normally all locales would be generated at build time, but this leads to waste of disk and time as many users really just want a handful on their system. .SH "OPTIONS" .TP -\fB\-a\fR, \fB\-\-ask\fR -Ask before generating each locale -.TP \fB\-A\fR, \fB\-\-all\fR Generate all possible locales .TP \fB\-c\fR, \fB\-\-config\fR \fI\fR Use specified \fIconfig\fR file rather than default /etc/locale.gen .TP -\fB\-d\fR, \fB\-\-destdir\fR \fI\fR +\fB\-d\fR, \fB\-\-prefix\fR \fI\fR Look for locale definitions and store generated locale data in the specified \fIdirectory\fR .TP -\fB\-G\fR, \fB\-\-generate\fR \fI\fR -Only generate the specified \fIlocale\fR (implies \-\-keep \-\-update); -format of \fIlocale\fR matches a single line in the \fBlocale.gen\fR(5) -config file -.TP \fB\-h\fR, \fB\-\-help\fR Show the help output (imagine that) .TP \fB\-j\fR, \fB\-\-jobs\fR \fI\fR Generate the specified \fInumber\fR of locales in parallel .TP -\fB\-k\fR, \fB\-\-keep\fR -Keep all existing locales even if they are not in the config file -.TP -\fB\-l\fR, \fB\-\-list\fR -List all the locales that we think should exist according to the config -.TP \fB\-q\fR, \fB\-\-quiet\fR Only spit out errors .TP @@ -48,11 +34,6 @@ Only generate locales that do not already exist (normally existing locales are r .TP \fB\-V\fR, \fB\-\-version\fR Report the program version -.TP -\fB\-\-\fR -To pass custom options directly to the \fBlocaledef\fR utility, end the -\fBlocale\-gen\fR option list with \-\- and then everything after that will be -passed on through unmolested (the options \-c are passed by default) .SH "AUTHORS" .fi Mike Frysinger