=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.166 retrieving revision 1.168 diff -u -p -r1.166 -r1.168 --- mandoc/main.c 2012/05/27 17:48:57 1.166 +++ mandoc/main.c 2014/01/05 20:26:36 1.168 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.166 2012/05/27 17:48:57 schwarze Exp $ */ +/* $Id: main.c,v 1.168 2014/01/05 20:26:36 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012 Ingo Schwarze @@ -140,7 +140,7 @@ main(int argc, char *argv[]) /* NOTREACHED */ } - curp.mp = mparse_alloc(type, curp.wlevel, mmsg, &curp, defos); + curp.mp = mparse_alloc(type, curp.wlevel, mmsg, defos, 0); /* * Conditionally start up the lookaside buffer before parsing. @@ -186,12 +186,12 @@ usage(void) fprintf(stderr, "usage: %s " "[-V] " - "[-foption] " + "[-Ios=name] " "[-mformat] " "[-Ooption] " "[-Toutput] " - "[-Wlevel] " - "[file...]\n", + "[-Wlevel]\n" + "\t [file ...]\n", progname); exit((int)MANDOCLEVEL_BADARG);