Date: Fri, 3 Jun 2011 11:58:17 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/mk bsd.doc.mk Message-ID: <201106031158.p53Bwbi1009951@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2011-06-03 11:58:17 UTC FreeBSD src repository Modified files: share/mk bsd.doc.mk Log: SVN rev 222647 on 2011-06-03 11:58:17Z by ru Don't pass -o1- to groff(1) by default. If ms(7) formatted document uses the .RP macro, a separate cover page is created as page 0 which is not otherwise output. The bug was hiding by a hack in troffrc that disables SGR support in grotty(1), which I'm going to remove now. For POLA reasons, still disable SGR support in grotty(1), by passing -P-c to groff(1). If we want SGR sequences in these documents, this can be removed. MFC after: 1 week Revision Changes Path 1.60 +2 -4 src/share/mk/bsd.doc.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106031158.p53Bwbi1009951>