Ports that use imake(1) to configure will use this definition to preformat their man pages. With -Tlatin1, groff outputs some ISO 8859-1 characters, most notably hyphens. Let's switch this to -Tascii, since we don't know what character set will eventually be used when viewing the pages (e.g. UTF-8).
Index: util/cf/OpenBSD.cf =================================================================== RCS file: /cvs/xenocara/util/cf/OpenBSD.cf,v retrieving revision 1.3 diff -u -p -r1.3 OpenBSD.cf --- util/cf/OpenBSD.cf 12 Nov 2009 21:05:42 -0000 1.3 +++ util/cf/OpenBSD.cf 23 Oct 2010 22:23:19 -0000 @@ -244,8 +244,8 @@ XCOMM operating system: OSName (OSMajor /* * Documentation formatting */ -#define NeqnCmd neqn -Tlatin1 -#define NroffCmd nroff -Tlatin1 +#define NeqnCmd neqn -Tascii +#define NroffCmd nroff -Tascii #define EqnCmd eqn -Tps #define HasGroff YES -- Christian "naddy" Weisgerber [email protected]
