summaryrefslogtreecommitdiff
path: root/mandocd.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-07-31 19:17:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-07-31 19:17:54 +0000
commit75b6c55cb02aaa5d40a725b90ffb672a4c25e2ee (patch)
tree64b1aaf4aa206822fce9515a2b064662d04ef5b4 /mandocd.c
parent7ad21139cd51f34b1749abea843f7f513b4a6410 (diff)
Notes
Diffstat (limited to 'mandocd.c')
-rw-r--r--mandocd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mandocd.c b/mandocd.c
index 2f6046b730a0..9aba9cc1d94c 100644
--- a/mandocd.c
+++ b/mandocd.c
@@ -1,4 +1,4 @@
-/* $Id: mandocd.c,v 1.5 2017/02/17 14:31:52 schwarze Exp $ */
+/* $Id: mandocd.c,v 1.6 2017/06/24 14:38:32 schwarze Exp $ */
/*
* Copyright (c) 2017 Michael Stapelberg <stapelberg@debian.org>
* Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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) {