diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-14 17:54:44 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-14 17:54:44 +0000 |
| commit | 4f66643c1d4899143870517ac2840ef55804ed58 (patch) | |
| tree | a3a8747f83d41071e38077639db79b4eeccd9f25 /gnu/usr.bin | |
| parent | cb874294c96e4ce8d37bac700c16836ede5763c9 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/texinfo/info/filesys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/info/filesys.c b/gnu/usr.bin/texinfo/info/filesys.c index 8c2cf646178a..0793591fb980 100644 --- a/gnu/usr.bin/texinfo/info/filesys.c +++ b/gnu/usr.bin/texinfo/info/filesys.c @@ -76,6 +76,7 @@ static char *info_suffixes[] = { static COMPRESSION_ALIST compress_suffixes[] = { { ".Z", "uncompress" }, { ".Y", "unyabba" }, + { ".gz", "gunzip" }, { ".z", "gunzip" }, { (char *)NULL, (char *)NULL } }; |
