1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Fix for new locale names

This commit is contained in:
Andrey A. Chernov 2001-06-10 15:57:40 +00:00
parent d647935801
commit 80cf6ab26e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77990
2 changed files with 7 additions and 4 deletions

View File

@ -101,7 +101,10 @@ struct ltable {
};
static struct ltable ltable[] = {
{"KOI8-R", "koi8-r"},
{"ISO8859-1", "latin1"},
{"ISO_8859-1", "latin1"},
{"ISO8859-15", "latin1"},
{"ISO_8859-15", "latin1"},
{NULL}
};
#endif

View File

@ -136,7 +136,7 @@ will search in the following subdirectories, in the order of precedence:
.El
.Pp
For example, for
.Dq de_DE.ISO_8859-1
.Dq de_DE.ISO8859-1
locale,
.Nm
will search in the following subdirectories of the
@ -145,11 +145,11 @@ manpath component:
.Pp
.Bl -item -offset indent -compact
.It
.Pa /usr/share/man/de_DE.ISO_8859-1
.Pa /usr/share/man/de_DE.ISO8859-1
.It
.Pa /usr/share/man/de.ISO_8859-1
.Pa /usr/share/man/de.ISO8859-1
.It
.Pa /usr/share/man/en.ISO_8859-1
.Pa /usr/share/man/en.ISO8859-1
.El
.Pp
Finally,