commit: 36d81ee2593eb13ca4d68b7fa202fbe37989ea7a Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Thu Aug 7 16:01:00 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Thu Aug 7 16:18:50 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=36d81ee2
locale-gen.8: remove "<" and ">" from option-args Remove the <less-than-sign> and <greater-than-sign> characters from the option-arguments, for their presence is unconventional. 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 114d44f..3ab1cd9 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -25,16 +25,16 @@ with a suitable diagnostic message. Otherwise, locale\-gen shall act as if the \fB\-A\fR, \fB\-\-all\fR Compile all locales that are officially supported by glibc .TP -\fB\-c\fR, \fB\-\-config\fR \fI<config>\fR +\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 \fI<directory>\fR +\fB\-d\fR, \fB\-\-prefix\fR \fIdirectory\fR Treat most filesystem paths as being relative to the given \fIdirectory\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 \fI<integer>\fR +\fB\-j\fR, \fB\-\-jobs\fR \fIinteger\fR Spawn up to \fIinteger\fR workers to compile locales in parallel (defaults to the number of logical processors) .TP \fB\-q\fR, \fB\-\-quiet\fR
