aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/catman/catman.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/catman/catman.perl b/gnu/usr.bin/man/catman/catman.perl
index 26ef427371fe..0bd337215269 100644
--- a/gnu/usr.bin/man/catman/catman.perl
+++ b/gnu/usr.bin/man/catman/catman.perl
@@ -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";
}
}