mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
man(1): Support zstd compressed manpages using zstdcat
Reviewed by: emaste, markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D32296
This commit is contained in:
parent
92b7d1db92
commit
c8abb673a5
1 changed files with 1 additions and 0 deletions
|
|
@ -909,6 +909,7 @@ setup_cattool() {
|
|||
*.gz) cattool='/usr/bin/zcat' ;;
|
||||
*.lzma) cattool='/usr/bin/lzcat' ;;
|
||||
*.xz) cattool='/usr/bin/xzcat' ;;
|
||||
*.zst) cattool='/usr/bin/zstdcat' ;;
|
||||
*) cattool='/usr/bin/zcat -f' ;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue