From 04c75363f29e8f28030a83de765bdc2f764052d5 Mon Sep 17 00:00:00 2001 From: naddy <> Date: Fri, 9 Apr 2010 19:07:30 +0000 Subject: [PATCH] format all man pages with -Tascii, like the pre-formatted pages in base ok deraadt@ --- src/etc/man.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/etc/man.conf b/src/etc/man.conf index 3d128083..c0cbe449 100644 --- a/src/etc/man.conf +++ b/src/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