aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit5325cd99ac197268bd26af0ee01d0539cb78cb61 (patch)
treeeb5e96196b19e9df6350a30ca814eda4bee9d06d /mandoc.h
parentad7197291eca5fd8e810a5cebb0f9c81a323c637 (diff)
downloadmandoc-5325cd99ac197268bd26af0ee01d0539cb78cb61.tar.gz
mandoc-5325cd99ac197268bd26af0ee01d0539cb78cb61.tar.zst
mandoc-5325cd99ac197268bd26af0ee01d0539cb78cb61.zip
STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 7038d691..f18d2d12 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.218 2017/05/31 15:31:00 schwarze Exp $ */
+/* $Id: mandoc.h,v 1.219 2017/06/01 15:25:39 schwarze Exp $ */
/*
* Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 ===== */