commit: 73b9dbd0b07ad4930631c05ebdb3e3d647d86bb4 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Fri Aug 8 16:28:15 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Fri Aug 8 16:28:15 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=73b9dbd0
locale-gen.8: position the FILES section before AUTHORS Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> locale-gen.8 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/locale-gen.8 b/locale-gen.8 index 8637ef0..64c89d8 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -61,6 +61,16 @@ Suppress the compilation of locales that are already installed (not recommended) .TP \fB\-V\fR, \fB\-\-version\fR Write out some details regarding the program then exit. +.SH "FILES" +.TP +.I /etc/locale.gen +Specifies the locales to be compiled. +.TP +.I /usr/share/i18n/SUPPORTED +A list of officially supported locales. +.TP +.I /usr/lib/locale/locale\-archive +Contains the currently installed locales. .SH "AUTHORS" Version 3.0 is the work of .MT kfm@\:plushkava\:.net @@ -75,16 +85,6 @@ Mike Frysinger Please report bugs via .UR https://\:bugs\:.gentoo\:.org/ .UE . -.SH "FILES" -.TP -.I /etc/locale.gen -Specifies the locales to be compiled. -.TP -.I /usr/share/i18n/SUPPORTED -A list of officially supported locales. -.TP -.I /usr/lib/locale/locale\-archive -Contains the currently installed locales. .SH "SEE ALSO" .BR locale (1), .BR localedef (1),
