mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Fix for new locale names
This commit is contained in:
parent
80cf6ab26e
commit
3a068c3b67
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77991
@ -386,7 +386,7 @@ sub nroff_device {
|
||||
$dev_name = "koi8-r";
|
||||
}
|
||||
# Use "nroff -Tlatin1 -man" to format ISO 8859-1 manpages
|
||||
elsif ($local_suffix =~ '\.ISO_8859-1$') {
|
||||
elsif ($local_suffix =~ '\.ISO_?8859-15?$') {
|
||||
$dev_name = "latin1";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user