man/ms writers: use \[at]
for escaped @
.
This commit is contained in:
parent
ebdb2deb0d
commit
24f388e1a7
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ groffEscapes = Map.fromList
|
|||
, ('\x2026', "\\&...")
|
||||
, ('~', "\\[ti]")
|
||||
, ('^', "\\[ha]")
|
||||
, ('@', "\\@")
|
||||
, ('@', "\\[at]")
|
||||
, ('\\', "\\\\")
|
||||
]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue