summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-01 15:25:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-01 15:25:39 +0000
commit8aa141e07f78054e526f8f85ec8f12e47a40fbb9 (patch)
tree57a1e7e10365e92680ec141b62d421642ec90dc0 /mandoc.h
parent97d9e8867b464b881cf5d4f88296991990492d49 (diff)
downloadmandoc-8aa141e07f78054e526f8f85ec8f12e47a40fbb9.tar.gz
STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc.h b/mandoc.h
index 37859b91..37baee40 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -48,6 +48,7 @@ enum mandocerr {
MANDOCERR_MACRO_USELESS, /* useless macro: macro */
MANDOCERR_BX, /* consider using OS macro: macro */
+ MANDOCERR_ND_DOT, /* description line ends with a full stop */
MANDOCERR_WARNING, /* ===== start of warnings ===== */