Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102651669
D32296.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
317 B
Referenced Files
None
Subscribers
None
D32296.diff
View Options
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -909,6 +909,7 @@
*.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
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 8:59 AM (21 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14656280
Default Alt Text
D32296.diff (317 B)
Attached To
Mode
D32296: man(1): Support zstd compressed manpages using zstdcat
Attached
Detach File
Event Timeline
Log In to Comment