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 CF34715827B for ; Sat, 16 Aug 2025 23:17:31 +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 BA12D340D3C for ; Sat, 16 Aug 2025 23:17:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 87A7711055F; Sat, 16 Aug 2025 23:17:28 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7EC3111055F for ; Sat, 16 Aug 2025 23:17:28 +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 1AE0D340BB4 for ; Sat, 16 Aug 2025 23:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 480F9333F for ; Sat, 16 Aug 2025 23:17:26 +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: <1755386113.dca81b64431c17b2b1920f85e98065f5051f2bd5.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: dca81b64431c17b2b1920f85e98065f5051f2bd5 X-VCS-Branch: master Date: Sat, 16 Aug 2025 23:17:26 +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: b13a8356-774a-48ec-b49a-fd06cb1969b7 X-Archives-Hash: 079a34f8bd60d414422a94aaa831235a commit: dca81b64431c17b2b1920f85e98065f5051f2bd5 Author: Kerin Millar plushkava net> AuthorDate: Sat Aug 16 20:00:35 2025 +0000 Commit: Kerin Millar plushkava net> CommitDate: Sat Aug 16 23:15:13 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=dca81b64 locale-gen.8: replace "-d, --prefix" with "-p, --prefix" Upon the man page being updated to drop the --destdir option in favour of --prefix, the -d option should also have been dropped in favour of -p. Rectify this oversight. Fixes: 9d6d44c0f3aa44ebee45f8c5bea794b3c693edd4 Signed-off-by: Kerin Millar plushkava.net> locale-gen.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locale-gen.8 b/locale-gen.8 index 4d163dd..33342e6 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -31,15 +31,15 @@ Compile all locales that are officially supported by glibc. \fB\-c\fR, \fB\-\-config\fR \fIconfig\fR Read the given \fIconfig\fR file (defaults to /etc/locale.gen). .TP -\fB\-d\fR, \fB\-\-prefix\fR \fIprefix\fR -Treat most filesystem paths as being relative to the specified \fIprefix\fR (defaults to / if not a Gentoo Prefix system). -.TP \fB\-h\fR, \fB\-\-help\fR Write out a synopsis and summary of the supported options then exit. .TP \fB\-j\fR, \fB\-\-jobs\fR \fIjobs\fR Spawn up to the specified number of \fIjobs\fR to compile locales in parallel (defaults to the number of logical processors). .TP +\fB\-p\fR, \fB\-\-prefix\fR \fIprefix\fR +Treat most filesystem paths as being relative to the specified \fIprefix\fR (defaults to / if not a Gentoo Prefix system). +.TP \fB\-q\fR, \fB\-\-quiet\fR Suppress the writing of informational messages to standard output. .TP