diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-04 16:38:56 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-04 16:38:56 +0000 |
commit | 4b11a0d9e89857f2dca95de899e7a6a4115e4c1a (patch) | |
tree | 5f8a3161e664f80987b5a009abb5877e33f49f35 /mandoc.1 | |
parent | 2e1c41199ddd5ebad6090b8f33870fb2e027f7dd (diff) | |
download | mandoc-4b11a0d9e89857f2dca95de899e7a6a4115e4c1a.tar.gz |
more specific .Nd diagnostics, allowing to get rid of enum check_lvl
and the respective argument of check_count()
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -784,6 +784,12 @@ This may confuse .Xr makewhatis 8 and .Xr apropos 1 . +.It Sy "missing description line, using \(dq\(dq" +.Pq mdoc +The +.Ic \&Nd +macro lacks the required argument. +The title line of the manual will end after the dash. .It Sy "sections out of conventional order" .Pq mdoc A standard section occurs after another section it usually precedes. |