aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-04 14:40:38 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-04 14:40:38 +0000
commit423ba251975a0c4f170f9e93bb7237b898b67fef (patch)
treeced56734cbf44d88a6da1d477190ffebbdbef2bd /read.c
parent90ba5141e31f73760148000ed0d98d9b7c612a63 (diff)
downloadmandoc-423ba251975a0c4f170f9e93bb7237b898b67fef.tar.gz
mandoc-423ba251975a0c4f170f9e93bb7237b898b67fef.tar.zst
mandoc-423ba251975a0c4f170f9e93bb7237b898b67fef.zip
Printing "BASE:" in messages about violations of base system conventions
is confusing, simply print "STYLE:", which is intuitive and does not sound excessively alarming; suggested by jmc@, OK tedu@ jmc@.
Diffstat (limited to 'read.c')
-rw-r--r--read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/read.c b/read.c
index ce894131..e7207802 100644
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.187 2017/07/03 17:33:06 schwarze Exp $ */
+/* $Id: read.c,v 1.188 2017/07/04 14:40:38 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -75,7 +75,7 @@ static void mparse_parse_buffer(struct mparse *, struct buf,
static const enum mandocerr mandoclimits[MANDOCLEVEL_MAX] = {
MANDOCERR_OK,
- MANDOCERR_STYLE,
+ MANDOCERR_OK,
MANDOCERR_WARNING,
MANDOCERR_ERROR,
MANDOCERR_UNSUPP,