commit: c6428f222ec719c2b0c4a7f6d5268dcec33f56ba Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Fri Aug 22 23:04:50 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Fri Aug 22 23:04:50 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=c6428f22
locale-gen.8: document the behaviour of "-" as a -c option-arg Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> locale-gen.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale-gen.8 b/locale-gen.8 index 62e6c97..6f725a5 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -29,7 +29,7 @@ If the configuration file is missing, empty, or consists only of comments, local Compile all locales that are officially supported by glibc. Cannot be combined with the \fB-c\fR option. .TP \fB\-c\fR, \fB\-\-config\fR \fIconfig\fR -Read the given \fIconfig\fR file (defaults to \fIprefix\fR/etc/locale.gen). If the LOCALEGEN_CONFIG variable is found to be set in the environment, and neither the \fB-A\fR nor \fB-c\fR option is specified, its value shall be taken as the \fIconfig\fR file path instead. +Read the given \fIconfig\fR file (defaults to \fIprefix\fR/etc/locale.gen). The file may be specified as <hyphen-minus>, in which case locale\-gen shall read the configuration from standard input. If the LOCALEGEN_CONFIG variable is found to be set in the environment, and neither the \fB-A\fR nor \fB-c\fR option is specified, its value shall be taken as a literal \fIconfig\fR file path. .TP \fB\-h\fR, \fB\-\-help\fR Write out a synopsis and summary of the supported options then exit.
