=================================================================== RCS file: /cvs/mandoc/man_macro.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -p -r1.61 -r1.62 --- mandoc/man_macro.c 2011/04/17 09:08:19 1.61 +++ mandoc/man_macro.c 2011/04/19 16:38:48 1.62 @@ -1,4 +1,4 @@ -/* $Id: man_macro.c,v 1.61 2011/04/17 09:08:19 kristaps Exp $ */ +/* $Id: man_macro.c,v 1.62 2011/04/19 16:38:48 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -484,6 +484,6 @@ man_args(struct man *m, int line, int *pos, char *buf, if ('\0' == *start) return(0); - *v = mandoc_getarg(m->parse, v, line, 1, pos); + *v = mandoc_getarg(m->parse, v, line, pos); return(1); }