summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-22 11:38:17 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-22 11:38:17 +0000
commit2515c52e9db48734748471e72b6574b7253f9978 (patch)
tree098143e2fb21a53c2bbcd58cb0e4f7e217787515 /main.c
parent544a766eb06bf03fc9ae275a02575c4dc54c8d32 (diff)
downloadmandoc-2515c52e9db48734748471e72b6574b7253f9978.tar.gz
Revert IGNPAR to a warning after clue-stick applied by schwarze@:
although technically-speaking a lost macro is an error (e.g., MANDOCERR_MACRO), casting out some extra whitespace (note, IGNPAR only happens in conditions where whitespace already exists!) is hardly an error matter.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f6c625ec..c60984cd 100644
--- a/main.c
+++ b/main.c
@@ -145,6 +145,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
/* related to macros and nesting */
"skipping obsolete macro",
+ "skipping paragraph macro",
"blocks badly nested",
"child violates parent syntax",
"nested displays are not portable",
@@ -182,7 +183,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"skipping bad character",
"skipping text before the first section header",
"skipping unknown macro",
- "skipping paragraph macro",
"NOT IMPLEMENTED: skipping request",
"line scope broken",
"argument count wrong",