Module Name: src
Committed By: christos
Date: Thu Jul 18 13:10:50 UTC 2013
Modified Files:
src/etc: man.conf
Log Message:
PR/48061: NAKAJIMA Yoshihiro: wrong description about bzip2's suffix
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/etc/man.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/man.conf
diff -u src/etc/man.conf:1.31 src/etc/man.conf:1.32
--- src/etc/man.conf:1.31 Sat Oct 6 11:33:59 2012
+++ src/etc/man.conf Thu Jul 18 09:10:50 2013
@@ -1,4 +1,4 @@
-# $NetBSD: man.conf,v 1.31 2012/10/06 15:33:59 wiz Exp $
+# $NetBSD: man.conf,v 1.32 2013/07/18 13:10:50 christos Exp $
# Sheer, raging paranoia...
_version BSD.2
@@ -30,7 +30,7 @@ _build .tbl.xz /usr/bin/xzcat %s | /us
_build .me /usr/bin/nroff -msafer -me %s 2>/dev/null | cat -s
_crunch .Z /usr/bin/zcat > %s
-_crunch .bz /usr/bin/bzcat > %s
+_crunch .bz2 /usr/bin/bzcat > %s
_crunch .gz /usr/bin/zcat > %s
_crunch .xz /usr/bin/xzcat > %s