]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandocdb.c
Explain how to transform markup for the terminal when not using a
[mandoc.git] / mandocdb.c
index 434b27499b3b4d899293d0c8371ccc705fb7cae5..26117cf827816add40b1d125b85d62e12d066ecc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mandocdb.c,v 1.252 2017/07/15 13:17:49 schwarze Exp $ */
+/*     $Id: mandocdb.c,v 1.253 2017/07/28 14:48:25 schwarze Exp $ */
 /*
  * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -420,7 +420,7 @@ mandocdb(int argc, char *argv[])
 
        exitcode = (int)MANDOCLEVEL_OK;
        mchars_alloc();
-       mp = mparse_alloc(mparse_options, MANDOCLEVEL_BADARG, NULL,
+       mp = mparse_alloc(mparse_options, MANDOCERR_MAX, NULL,
            MANDOC_OS_OTHER, NULL);
        mandoc_ohash_init(&mpages, 6, offsetof(struct mpage, inodev));
        mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file));