diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-05-14 17:18:12 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-05-14 17:18:12 +0000 |
| commit | d0010c62b2ff5a372d5930f9669099639bc20dc5 (patch) | |
| tree | b4c438b326a4a96333cc21e275b9f6649e4301ee /gnu | |
| parent | 6ccf13452879aac16fd23aacd9383f0ebd4ce398 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/man/man/man.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index 721c5e6cd27e..1703a5b3b68f 100644 --- a/gnu/usr.bin/man/man/man.c +++ b/gnu/usr.bin/man/man/man.c @@ -833,7 +833,7 @@ get_expander (file) return YCAT; #endif /* YCAT */ #ifdef ZCAT - if (*end == 'Z' || !strcmp(end, "gz")) + if (*end == 'Z' || !strcmp(end, "gz") || !strcmp(end, "bz2")) return ZCAT; #endif /* ZCAT */ return NULL; |
