summaryrefslogtreecommitdiffstats
path: root/read.c
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 /read.c
parent146dcfc953f48acd462342b3dfc86200e3e0a195 (diff)
downloadmandoc-1825ddd5edbb59f71fa3505747e772b6e10bc773.tar.gz
better name and wording for the last two non-generic errors
Diffstat (limited to 'read.c')
-rw-r--r--read.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/read.c b/read.c
index 0292b645..1788c40f 100644
--- a/read.c
+++ b/read.c
@@ -193,11 +193,11 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
/* related to request and macro arguments */
"escaped character not allowed in a name",
"argument count wrong",
+ "missing list type, using -item",
"missing manual name, using \"\"",
+ "uname(3) system call failed, using UNKNOWN",
"unknown standard specifier",
- "uname(3) system call failed",
- "request requires a numeric argument",
- "missing list type, using -item",
+ "skipping request without numeric argument",
"skipping all arguments",
"skipping excess arguments",