commit: 249e7f78d7478a77270527f8e351b32674e63d00 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Fri Sep 12 16:39:10 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Fri Sep 12 16:54:10 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=249e7f78
locale-gen.8: Don't imply that option bundling is supported Presently, the SYNOPSIS section contains "[-Aqu]", implying that option bundling is supported. However, locale-gen(8) only supports the bundling of options and option-args (such as -j1). Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> locale-gen.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locale-gen.8 b/locale-gen.8 index 6f725a5..b1adda1 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -3,7 +3,9 @@ locale\-gen - safely compile and install a glibc locale archive .SH "SYNOPSIS" .SY locale-gen -.RB [ \-Aqu ] +.RB [ \-A ] +.RB [ \-q ] +.RB [ \-u ] .RB [ \-c\~\c .IR config ] .RB [ \-j\~\c
