]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.c
style message about missing .Fn markup; inspired by mdoclint
[mandoc.git] / main.c
diff --git a/main.c b/main.c
index 2e65f2c520ebfa5d948ea70187912099133b2ebb..6a99ba2f5d1aa5965c7d80d1e9f5ca6a29d48f3c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/*     $Id: main.c,v 1.291 2017/05/17 23:39:31 schwarze Exp $ */
+/*     $Id: main.c,v 1.292 2017/06/03 12:17:25 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010-2012, 2014-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -937,7 +937,7 @@ toptions(struct curparse *curp, char *arg)
                curp->outtype = OUTT_ASCII;
        else if (0 == strcmp(arg, "lint")) {
                curp->outtype = OUTT_LINT;
-               curp->wlevel  = MANDOCLEVEL_WARNING;
+               curp->wlevel  = MANDOCLEVEL_STYLE;
        } else if (0 == strcmp(arg, "tree"))
                curp->outtype = OUTT_TREE;
        else if (0 == strcmp(arg, "man"))