summaryrefslogtreecommitdiff
path: root/etc/man.conf
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-18 22:44:02 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-18 22:44:02 +0000
commit40c1dbd030c08abbb2865ac6ff43b7691d5a980f (patch)
tree48d845235c3d07171703cfa2c28bd55d07177b9a /etc/man.conf
parentcc6c99c5be7b6ff736a3489aeaea62e1ed96a7f3 (diff)
use "gzcat" instead of "gunzip -c", which is clearer, shorter,
and matches "zcat" (as opposed to uncompress -c"); grammar tweak whilst here too; ok millert
Diffstat (limited to 'etc/man.conf')
-rw-r--r--etc/man.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/man.conf b/etc/man.conf
index 380e898fbbb..daa4f35f1fd 100644
--- a/etc/man.conf
+++ b/etc/man.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: man.conf,v 1.11 2007/05/18 15:41:17 jmc Exp $
+# $OpenBSD: man.conf,v 1.12 2007/05/18 22:44:01 jmc Exp $
# Sheer, raging paranoia...
_version BSD.2
@@ -12,19 +12,19 @@ _whatdb /usr/X11R6/man/whatis.db
_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat5 man5 cat7 man7 cat3f man3f cat4 man4 cat9 man9 cat3p man3p
# Files typed by suffix and their commands.
-# Note the order, .Z must come after .[1-9n].Z, or it will match first.
+# Note the order: .Z must come after .[1-9n].Z, or it will match first.
_suffix .0
_build .0.Z /usr/bin/zcat %s
-_build .0.gz /usr/bin/gunzip -c %s
+_build .0.gz /usr/bin/gzcat %s
_build .[1-9n] /usr/bin/nroff -man %s
_build .[1-9n].Z /usr/bin/zcat %s | /usr/bin/nroff -man
-_build .[1-9n].gz /usr/bin/gunzip -c %s | /usr/bin/nroff -man
+_build .[1-9n].gz /usr/bin/gzcat %s | /usr/bin/nroff -man
_build .[1-9][a-z] /usr/bin/nroff -man %s
_build .[1-9][a-z].Z /usr/bin/zcat %s | /usr/bin/nroff -man
-_build .[1-9][a-z].gz /usr/bin/gunzip -c %s | /usr/bin/nroff -man
+_build .[1-9][a-z].gz /usr/bin/gzcat %s | /usr/bin/nroff -man
_build .tbl /usr/bin/tbl %s | /usr/bin/nroff -man
_build .tbl.Z /usr/bin/zcat %s | /usr/bin/tbl | /usr/bin/nroff -man
-_build .tbl.gz /usr/bin/gunzip -c %s | /usr/bin/tbl | /usr/bin/nroff -man
+_build .tbl.gz /usr/bin/gzcat %s | /usr/bin/tbl | /usr/bin/nroff -man
_build .me /usr/bin/nroff -me %s 2>/dev/null | cat -s
_build .ms /usr/bin/nroff -ms %s 2>/dev/null | cat -s