diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-07 23:25:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-07 23:25:01 +0000 |
commit | e7f17cff677b94787cb26fd21afbbc4ecc6a91f0 (patch) | |
tree | 37015ae9e64abd25db44772cfc5c0a67fd42de2a /mandoc.1 | |
parent | 6a8ae4913857a065ca7564e19473146c144d3c29 (diff) | |
download | mandoc-e7f17cff677b94787cb26fd21afbbc4ecc6a91f0.tar.gz |
warn about AUTHORS sections without .An macros, inspired by mdoclint(1)
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -766,6 +766,12 @@ The same standard section title occurs more than once. .Pq mdoc A standard section header occurs in a section of the manual where it normally isn't useful. +.It Sy "AUTHORS section without An macro" +.Pq mdoc +An AUTHORS sections contains no +.Ic \&An +macros, or only empty ones. +Probably, there are author names lacking markup. .El .Ss "Warnings related to macros and nesting" .Bl -ohang |