aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/read.c
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 /read.c
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 'read.c')
-rw-r--r--read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/read.c b/read.c
index 6bc08463..c9559abc 100644
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.167 2017/05/31 15:31:00 schwarze Exp $ */
+/* $Id: read.c,v 1.168 2017/06/01 15:25:39 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -90,6 +90,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"useless macro",
"consider using OS macro",
+ "description line ends with a full stop",
"generic warning",