commit: 6c372156b85d0ccb452c68fc24602d7c7978bb38 Author: Kerin Millar <kfm <AT> plushkava <DOT> net> AuthorDate: Wed Aug 6 17:30:05 2025 +0000 Commit: Kerin Millar <kfm <AT> plushkava <DOT> net> CommitDate: Wed Aug 6 17:30:05 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=6c372156
locale.gen.5: remove the OPTIONS section The OPTIONS section claims that the locale.gen(5) configuration file may contain a line with a value of "no-locale-archive", whereupon it shall be treated as an option by locale-gen(8). This is no longer the case. Remove this section. See-also: 1baa3626b0bfa269b8c195caddb4629195c89371 Signed-off-by: Kerin Millar <kfm <AT> plushkava.net> locale.gen.5 | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/locale.gen.5 b/locale.gen.5 index dbcc8c6..4c7c59c 100644 --- a/locale.gen.5 +++ b/locale.gen.5 @@ -14,7 +14,7 @@ .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software Foundation, .\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -.TH locale.gen 5 "July 2005" "Debian GNU/Linux" +.TH locale.gen 5 "August 2025" "Gentoo" .SH "NAME" locale.gen \- Configuration file for locale-gen .SH "DESCRIPTION" @@ -42,20 +42,6 @@ command will generate all the locales, placing them in \fB/usr/lib/locale\fP. Comments start with the hash mark # and may only be on new lines. -.SH "OPTIONS" -Options start with #% (to preserve backwards compatibility). - -# This enables the "foo" option. -.br -#%foo -.TP -.B no-locale-archive -Disable generation of the locale archive file and instead generate multiple -files/directories for each locale. This slows down runtime greatly (by having -multiple files spread out in the filesystem instead of a single binary file), -but it does mean build time is much faster (as you can generate in parallel). - -You should not use this option. .SH "EXAMPLES" .nf # Create a "en_US" locale using ISO-8859-1 encoding.
