man/ms writers: use \[at] for escaped @.

This commit is contained in:
John MacFarlane 2018-10-17 17:39:42 -07:00
parent ebdb2deb0d
commit 24f388e1a7
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ groffEscapes = Map.fromList
, ('\x2026', "\\&...")
, ('~', "\\[ti]")
, ('^', "\\[ha]")
, ('@', "\\@")
, ('@', "\\[at]")
, ('\\', "\\\\")
]

View file

@ -925,7 +925,7 @@ It should.
.LP
An e-mail address: \c
.pdfhref W -D "mailto:nobody%40nowhere.net" -A "\c" \
-- "nobody\@nowhere.net"
-- "nobody\[at]nowhere.net"
\&
.RS
.LP