From 5325cd99ac197268bd26af0ee01d0539cb78cb61 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 1 Jun 2017 15:25:39 +0000 Subject: STYLE message about full stop at the end of .Nd; inspired by mdoclint(1) --- read.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'read.c') 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 * Copyright (c) 2010-2017 Ingo Schwarze @@ -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", -- cgit v1.2.3