diff options
author | uqs <uqs@FreeBSD.org> | 2011-03-02 21:59:42 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-03-02 21:59:42 +0000 |
commit | cb93b86ede546ed8fafffdd11cb110333c3e0e47 (patch) | |
tree | d48aa3bbc7c012ac4f6115f3e51ba75186b97f39 /contrib/groff/tmac | |
parent | 209ebad7afe0e7749d0576ce93225b05fbbd0322 (diff) | |
download | FreeBSD-src-cb93b86ede546ed8fafffdd11cb110333c3e0e47.zip FreeBSD-src-cb93b86ede546ed8fafffdd11cb110333c3e0e47.tar.gz |
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
Diffstat (limited to 'contrib/groff/tmac')
-rw-r--r-- | contrib/groff/tmac/doc.tmac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/tmac/doc.tmac b/contrib/groff/tmac/doc.tmac index 017835e..7bdbf32 100644 --- a/contrib/groff/tmac/doc.tmac +++ b/contrib/groff/tmac/doc.tmac @@ -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 \$@ .. |