summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-30 12:58:21 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-30 12:58:21 +0000
commit1825ddd5edbb59f71fa3505747e772b6e10bc773 (patch)
tree5b7e05a4f77ea568caa3c27f37a682c551f21990 /mandoc.h
parent146dcfc953f48acd462342b3dfc86200e3e0a195 (diff)
downloadmandoc-1825ddd5edbb59f71fa3505747e772b6e10bc773.tar.gz
better name and wording for the last two non-generic errors
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mandoc.h b/mandoc.h
index e1d6ed49..3cafca1b 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -149,11 +149,11 @@ enum mandocerr {
/* related to request and macro arguments */
MANDOCERR_NAMESC, /* escaped character not allowed in a name */
MANDOCERR_ARGCOUNT, /* argument count wrong */
+ MANDOCERR_BL_NOTYPE, /* missing list type, using -item */
MANDOCERR_NM_NONAME, /* missing manual name, using "" */
+ MANDOCERR_OS_UNAME, /* uname(3) system call failed, using UNKNOWN */
MANDOCERR_ST_BAD, /* unknown standard specifier: standard */
- MANDOCERR_UNAME, /* uname(3) system call failed */
- MANDOCERR_NUMERIC, /* request requires a numeric argument */
- MANDOCERR_BL_NOTYPE, /* missing list type, using -item */
+ MANDOCERR_IT_NONUM, /* skipping request without numeric argument */
MANDOCERR_ARG_SKIP, /* skipping all arguments: macro args */
MANDOCERR_ARG_EXCESS, /* skipping excess arguments: macro ... args */