diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-07-13 19:41:16 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-07-13 19:41:16 +0000 |
commit | 56f99941c303035220ec1b4ff855a2743356d5d4 (patch) | |
tree | 44f254ae2ad749c9f180ccd33a8eaa8fae5d78f3 /mdoc.7 | |
parent | a3270aeee419e3ae560753e7fee9a12e9d54ed22 (diff) | |
download | mandoc-56f99941c303035220ec1b4ff855a2743356d5d4.tar.gz |
For citing the names and email addresses of authors,
consistently use the style ".An name Aq Mt email".
Triggered by a question from Jan Stary <hans at stare dot cz>,
ok jmc@.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -657,7 +657,7 @@ for all other author listings. .Pp Examples: .Dl \&.An -nosplit -.Dl \&.An Kristaps Dzonsons \&Aq kristaps@bsd.lv +.Dl \&.An Kristaps Dzonsons \&Aq \&Mt kristaps@bsd.lv .Ss \&Ao Begin a block enclosed by angle brackets. Does not have any head arguments. @@ -1902,6 +1902,7 @@ Its syntax is as follows: .Pp Examples: .Dl \&.Mt discuss@manpages.bsd.lv +.Dl \&.An Kristaps Dzonsons \&Aq \&Mt kristaps@bsd.lv .Ss \&Nd A one line description of the manual's content. This may only be invoked in the @@ -3168,5 +3169,4 @@ utility written by Kristaps Dzonsons appeared in The .Nm reference was written by -.An Kristaps Dzonsons , -.Mt kristaps@bsd.lv . +.An Kristaps Dzonsons Aq Mt kristaps@bsd.lv . |