diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-05 15:49:37 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-05 15:49:37 +0000 |
commit | 17d87274a35b068e7bf8fa10374f640943cf7bb4 (patch) | |
tree | e553f792443dba06fc6803e36479ba67f834c478 /main.c | |
parent | 0b4127a628b0da28fe24f16107d14c5255d71a4a (diff) | |
download | mandoc-17d87274a35b068e7bf8fa10374f640943cf7bb4.tar.gz |
Merge schwarze@'s patch to allow uname() to fail without causing an exit.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", }; |