diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-04-09 19:07:31 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-04-09 19:07:31 +0000 |
commit | df119c11fc40aa20a4756b2e38466864ff9313c3 (patch) | |
tree | 954dd7381650c63c3aa7c377f3682789edd43597 /etc | |
parent | bacc1f04ec7fe06812de8f08b9f9e82875ffacf1 (diff) |
format all man pages with -Tascii, like the pre-formatted pages in base
ok deraadt@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/man.conf | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/etc/man.conf b/etc/man.conf index 3d128083ecd..c0cbe449bbe 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -1,4 +1,4 @@ -# $OpenBSD: man.conf,v 1.14 2008/04/27 15:10:58 deanna Exp $ +# $OpenBSD: man.conf,v 1.15 2010/04/09 19:07:30 naddy Exp $ # Sheer, raging paranoia... _version BSD.2 @@ -16,17 +16,17 @@ _subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat5 man5 cat7 man7 c _suffix .0 _build .0.Z /usr/bin/zcat %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/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/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/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 +_build .[1-9n] /usr/bin/nroff -Tascii -man %s +_build .[1-9n].Z /usr/bin/zcat %s | /usr/bin/nroff -Tascii -man +_build .[1-9n].gz /usr/bin/gzcat %s | /usr/bin/nroff -Tascii -man +_build .[1-9][a-z] /usr/bin/nroff -Tascii -man %s +_build .[1-9][a-z].Z /usr/bin/zcat %s | /usr/bin/nroff -Tascii -man +_build .[1-9][a-z].gz /usr/bin/gzcat %s | /usr/bin/nroff -Tascii -man +_build .tbl /usr/bin/tbl %s | /usr/bin/nroff -Tascii -man +_build .tbl.Z /usr/bin/zcat %s | /usr/bin/tbl | /usr/bin/nroff -Tascii -man +_build .tbl.gz /usr/bin/gzcat %s | /usr/bin/tbl | /usr/bin/nroff -Tascii -man +_build .me /usr/bin/nroff -Tascii -me %s 2>/dev/null | cat -s +_build .ms /usr/bin/nroff -Tascii -ms %s 2>/dev/null | cat -s # Sections and their directories. # All paths ending in '/' are the equivalent of entries specifying that |