commit: 9d6d44c0f3aa44ebee45f8c5bea794b3c693edd4 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Tue Aug 5 14:57:23 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> 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 <kfm <AT> 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<config>\fR Use specified \fIconfig\fR file rather than default /etc/locale.gen .TP -\fB\-d\fR, \fB\-\-destdir\fR \fI<dir>\fR +\fB\-d\fR, \fB\-\-prefix\fR \fI<dir>\fR Look for locale definitions and store generated locale data in the specified \fIdirectory\fR .TP -\fB\-G\fR, \fB\-\-generate\fR \fI<locale>\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<num>\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 <[email protected]>
