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
This commit is contained in:
Ulrich Spörlein 2011-03-02 21:59:42 +00:00
parent e3416ab0c0
commit 49cd9b4388
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219209

View File

@ -1197,8 +1197,8 @@
. if !\n[doc-arg-limit] \
. ds doc-macro-name Aq
.
. ds doc-quote-left \[la]
. ds doc-quote-right \[ra]
. ds doc-quote-left <
. ds doc-quote-right >
.
. doc-enclose-string \$@
..