aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-06-10 15:57:40 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-06-10 15:57:40 +0000
commit80cf6ab26ec51e17476b9f71a5732c4dffe437ea (patch)
tree62fdffe0dbe1aabca6270587f5d80a5038351927 /gnu
parentd64793580110a0b1af88ff47d404b6ae5dec2502 (diff)
downloadsrc-80cf6ab26ec51e17476b9f71a5732c4dffe437ea.tar.gz
src-80cf6ab26ec51e17476b9f71a5732c4dffe437ea.zip
Fix for new locale names
Notes
Notes: svn path=/head/; revision=77990
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/man/man.c3
-rw-r--r--gnu/usr.bin/man/man/man.man8
2 files changed, 7 insertions, 4 deletions
diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c
index 010395323383..7c9481cb10bb 100644
--- a/gnu/usr.bin/man/man/man.c
+++ b/gnu/usr.bin/man/man/man.c
@@ -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
diff --git a/gnu/usr.bin/man/man/man.man b/gnu/usr.bin/man/man/man.man
index 1f422ee80e4b..19cbd07c781c 100644
--- a/gnu/usr.bin/man/man/man.man
+++ b/gnu/usr.bin/man/man/man.man
@@ -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,