diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-12 00:10:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-12 00:10:26 +0000 |
commit | 01e7064c09b621aa81c81b4ce8108312e8e2d7b1 (patch) | |
tree | 132d9e6c3e8393fdbc9f8a34a393caa059e3d04f | |
parent | b10abbef0557e301ca53a7760eb1f3ca5bad2fff (diff) | |
download | mandoc-01e7064c09b621aa81c81b4ce8108312e8e2d7b1.tar.gz |
document new SEE ALSO .Xr warnings
-rw-r--r-- | demandoc.1 | 2 | ||||
-rw-r--r-- | mandoc.1 | 16 |
2 files changed, 17 insertions, 1 deletions
@@ -92,7 +92,7 @@ This is accomplished as follows (assuming British spelling): .Dl $ demandoc -w file.1 | spell -b .Sh SEE ALSO .Xr mandoc 1 , -.Xr man 7 +.Xr man 7 , .Xr mdoc 7 .Sh HISTORY .Nm @@ -766,6 +766,22 @@ 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 "unusual Xr order" +.Pq mdoc +In the SEE ALSO section, an +.Ic \&Xr +macro with a lower section number follows one with a higher number, +or two +.Ic \&Xr +macros refering to the same section are out of alphabetical order. +.It Sy "unusual Xr punctuation" +.Pq mdoc +In the SEE ALSO section, punctuation between two +.Ic \&Xr +macros differs from a single comma, or there is trailing punctuation +after the last +.Ic \&Xr +macro. .It Sy "AUTHORS section without An macro" .Pq mdoc An AUTHORS sections contains no |