commit: 680e2f7fff543192d04b97ed8a84c7dee821c52f Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Thu Aug 7 15:24:43 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Thu Aug 7 16:10:37 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=680e2f7f
locale-gen.8: eliminate blank lines It is explained by groff_man_style(7) that man page source documents should not contain blank lines. Fixes: eca042ce3d28e05ddb0d5823ce3b8063ff0e6c5f Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> locale-gen.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/locale-gen.8 b/locale-gen.8 index 2a25ba0..e8e8df9 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -7,20 +7,19 @@ conveniently manage the set of locales that are made available to the GNU C Library. It accomplishes this by acting as a user-friendly frontend for the standard \fBlocaledef\fR(1) utility, which is used to compile locales and integrate them into a single archive. - +.P A default installation of Gentoo Linux shall provide an archive that contains all supported locales, numbering 500 or more. However, it is typical for an administrator to require only one or two of these. In that case, the \fBlocale.gen\fR(5) configuration file may be populated with a list of the required locales. By default, locale\-gen shall read this file and compile only the locales that are specified, saving both time and space in the longer term. - +.P If the configuration file is missing, empty, or consists only of comments, locale\-gen shall act in one of two ways, depending on whether the \fB\-\-config\fR option was specified. If specified then locale\-gen shall abort with a suitable diagnostic message. Otherwise, locale\-gen shall act as if the \fB\-\-all\fR option had been specified. - .SH "OPTIONS" .TP \fB\-A\fR, \fB\-\-all\fR
