commit: dca81b64431c17b2b1920f85e98065f5051f2bd5 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Sat Aug 16 20:00:35 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> 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 <kfm <AT> 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
