summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2014-02-24 20:11:53 +0000
committerespie <espie@openbsd.org>2014-02-24 20:11:53 +0000
commit3af8e1dde03b9fc96302a851ee8e5d7dde85589f (patch)
treecc06014810972900ece78f81e8bc6864a72c556b
parentRevert rev 1.348 and disable IPv6 TCP checksum offload for the time being. (diff)
downloadwireguard-openbsd-3af8e1dde03b9fc96302a851ee8e5d7dde85589f.tar.xz
wireguard-openbsd-3af8e1dde03b9fc96302a851ee8e5d7dde85589f.zip
revert previous
has fun effects on some manpages under some circumstances, as found out by sthen@: the gindent manpage looks like shit when seen with that new default man.conf on an uft8 terminal, e.g., quotes combine with the previous character to yield accented letters for no reason. this should be handled calmly after release, not rushed in at the last minute (okay deraadt@)
-rw-r--r--etc/man.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/man.conf b/etc/man.conf
index 8a6deb11ea7..e908b600736 100644
--- a/etc/man.conf
+++ b/etc/man.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: man.conf,v 1.19 2014/02/24 17:46:37 tedu Exp $
+# $OpenBSD: man.conf,v 1.20 2014/02/24 20:11:53 espie Exp $
# Sheer, raging paranoia...
_version BSD.2
@@ -16,15 +16,15 @@ _subdir {cat,man}1 {cat,man}8 {cat,man}6 {cat,man}2 {cat,man}3 {cat,man}5 {cat,
_suffix .0
_build .0.Z /usr/bin/zcat %s
_build .0.gz /usr/bin/gzcat %s
-_build .[1-9n] /usr/bin/mandoc -Tlocale %s
-_build .[1-9n].Z /usr/bin/zcat %s | /usr/bin/mandoc -Tlocale
-_build .[1-9n].gz /usr/bin/gzcat %s | /usr/bin/mandoc -Tlocale
-_build .[1-9][a-z] /usr/bin/mandoc -Tlocale %s
-_build .[1-9][a-z].Z /usr/bin/zcat %s | /usr/bin/mandoc -Tlocale
-_build .[1-9][a-z].gz /usr/bin/gzcat %s | /usr/bin/mandoc -Tlocale
-_build .tbl /usr/bin/mandoc -Tlocale %s
-_build .tbl.Z /usr/bin/zcat %s | /usr/bin/mandoc -Tlocale
-_build .tbl.gz /usr/bin/gzcat %s | /usr/bin/mandoc -Tlocale
+_build .[1-9n] /usr/bin/mandoc %s
+_build .[1-9n].Z /usr/bin/zcat %s | /usr/bin/mandoc
+_build .[1-9n].gz /usr/bin/gzcat %s | /usr/bin/mandoc
+_build .[1-9][a-z] /usr/bin/mandoc %s
+_build .[1-9][a-z].Z /usr/bin/zcat %s | /usr/bin/mandoc
+_build .[1-9][a-z].gz /usr/bin/gzcat %s | /usr/bin/mandoc
+_build .tbl /usr/bin/mandoc %s
+_build .tbl.Z /usr/bin/zcat %s | /usr/bin/mandoc
+_build .tbl.gz /usr/bin/gzcat %s | /usr/bin/mandoc
# Sections and their directories.
# All paths ending in '/' are the equivalent of entries specifying that