From a9c60e19e39804deecac9dc666a4ccad62e76f9c 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'read.c') diff --git a/read.c b/read.c index cf568077..a1aea359 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.70 2014/07/30 00:19:16 schwarze Exp $ */ +/* $Id: read.c,v 1.71 2014/07/30 12:58:21 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -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 v1.2.3