From 17d87274a35b068e7bf8fa10374f640943cf7bb4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 5 Dec 2010 15:49:37 +0000 Subject: Merge schwarze@'s patch to allow uname() to fail without causing an exit. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 42d48cf7..e884a636 100644 --- a/main.c +++ b/main.c @@ -170,6 +170,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "request scope close w/none open", "scope already open", "scope open on exit", + "uname(3) system call failed", "macro requires line argument(s)", "macro requires body argument(s)", "macro requires argument(s)", @@ -194,7 +195,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "NOT IMPLEMENTED: .so with absolute path or \"..\"", "no document body", "no document prologue", - "utsname system call failed", "static buffer exhausted", }; -- cgit