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:
parent
e3416ab0c0
commit
49cd9b4388
@ -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 \$@
|
||||
..
|
||||
|
Loading…
x
Reference in New Issue
Block a user