diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-30 12:58:21 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-30 12:58:21 +0000 |
commit | 1825ddd5edbb59f71fa3505747e772b6e10bc773 (patch) | |
tree | 5b7e05a4f77ea568caa3c27f37a682c551f21990 /read.c | |
parent | 146dcfc953f48acd462342b3dfc86200e3e0a195 (diff) | |
download | mandoc-1825ddd5edbb59f71fa3505747e772b6e10bc773.tar.gz |
better name and wording for the last two non-generic errors
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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", |