From 1825ddd5edbb59f71fa3505747e772b6e10bc773 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 30 Jul 2014 12:58:21 +0000 Subject: better name and wording for the last two non-generic errors --- read.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'read.c') 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", -- cgit