aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-15 02:29:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-15 02:29:26 +0000
commit8b5853de9633ceece63738b2ccd5bdba06098315 (patch)
tree08c67de71f688503bb58a75a4c50fcb19e44145e /mandoc.h
parente402ce0a4d1def17586b4c8b5d769063e5e841b9 (diff)
downloadmandoc-8b5853de9633ceece63738b2ccd5bdba06098315.tar.gz
mandoc-8b5853de9633ceece63738b2ccd5bdba06098315.tar.zst
mandoc-8b5853de9633ceece63738b2ccd5bdba06098315.zip
downgrade .so failure from FATAL to ERROR
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 b7db2272..3cf938e1 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.180 2015/01/14 22:58:16 schwarze Exp $ */
+/* $Id: mandoc.h,v 1.181 2015/01/15 02:29:26 schwarze Exp $ */
/*
* Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -167,6 +167,7 @@ enum mandocerr {
MANDOCERR_ST_BAD, /* unknown standard specifier: St standard */
MANDOCERR_IT_NONUM, /* skipping request without numeric argument */
MANDOCERR_SO_PATH, /* NOT IMPLEMENTED: .so with absolute path or ".." */
+ MANDOCERR_SO_FAIL, /* .so request failed */
MANDOCERR_ARG_SKIP, /* skipping all arguments: macro args */
MANDOCERR_ARG_EXCESS, /* skipping excess arguments: macro ... args */
MANDOCERR_DIVZERO, /* divide by zero */
@@ -174,7 +175,6 @@ enum mandocerr {
MANDOCERR_FATAL, /* ===== start of fatal errors ===== */
MANDOCERR_TOOLARGE, /* input too large */
- MANDOCERR_SO_FAIL, /* .so request failed */
MANDOCERR_MAX
};