summaryrefslogtreecommitdiffstats
path: root/mandocd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mandocd.c')
-rw-r--r--mandocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandocd.c b/mandocd.c
index b4fb484d..0feb9bb9 100644
--- a/mandocd.c
+++ b/mandocd.c
@@ -171,7 +171,7 @@ main(int argc, char *argv[])
mchars_alloc();
parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1,
- MANDOCLEVEL_BADARG, NULL, defos);
+ MANDOCERR_MAX, NULL, MANDOC_OS_OTHER, defos);
memset(&options, 0, sizeof(options));
switch (outtype) {