Date: Wed, 2 Mar 2011 21:59:42 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/groff/tmac doc.tmac Message-ID: <201103022159.p22LxrCp006654@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
uqs 2011-03-02 21:59:42 UTC FreeBSD src repository Modified files: contrib/groff/tmac doc.tmac Log: SVN rev 219209 on 2011-03-02 21:59:42Z by uqs Unbreak .Aq for non-ASCII output like -Tps or -Tutf8. groff will try to produce fancy angle brackets like Foo ⟨foo@FreeBSD.org⟩ This is nice and well, but no email client will understand them. For ease of copy&paste keep the one-true pair of brackets 0x3c/0x3e. See: RFC 822, RFC 2822 PR: gnu/154822 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> MFC after: 2 weeks Revision Changes Path 1.4 +2 -2 src/contrib/groff/tmac/doc.tmac
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103022159.p22LxrCp006654>