aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-07 16:12:20 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-07 16:12:20 +0000
commita70595124021b19985ca649bfe1c53c913a5e414 (patch)
treebc17f6625aac057dc2cbbd3d99a9499164c4679e /mandoc.h
parentbf71220a9f906bbab505a3c280f4f04c52f383ff (diff)
downloadmandoc-a70595124021b19985ca649bfe1c53c913a5e414.tar.gz
mandoc-a70595124021b19985ca649bfe1c53c913a5e414.tar.zst
mandoc-a70595124021b19985ca649bfe1c53c913a5e414.zip
no need to delete any content from .Rs blocks,
and downgrade the related message from ERROR to WARNING
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mandoc.h b/mandoc.h
index 6776d804..80a42b69 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.139 2014/07/07 15:03:43 schwarze Exp $ */
+/* $Id: mandoc.h,v 1.140 2014/07/07 16:12:20 schwarze Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -105,6 +105,7 @@ enum mandocerr {
MANDOCERR_BD_REP, /* skipping duplicate display type: type */
MANDOCERR_BL_REP, /* skipping duplicate list type: type */
MANDOCERR_AT_BAD, /* unknown AT&T UNIX version: version */
+ MANDOCERR_RS_BAD, /* invalid content in Rs block: macro */
MANDOCERR_SM_BAD, /* invalid Boolean argument: macro arg */
MANDOCERR_FT_BAD, /* unknown font, skipping request: request font */
@@ -141,7 +142,6 @@ enum mandocerr {
MANDOCERR_NONAME, /* manual name not yet set */
MANDOCERR_MACRO, /* skipping unknown macro */
MANDOCERR_ARGCOUNT, /* argument count wrong */
- MANDOCERR_RS_SKIP, /* skipping invalid content in .Rs block: macro */
MANDOCERR_ST_BAD, /* unknown standard specifier: standard */
MANDOCERR_STRAYTA, /* skipping column outside column list */
MANDOCERR_NOSCOPE, /* skipping end of block that is not open */