=================================================================== RCS file: /cvs/mandoc/man_macro.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -p -r1.60 -r1.61 --- mandoc/man_macro.c 2011/03/23 15:33:57 1.60 +++ mandoc/man_macro.c 2011/04/17 09:08:19 1.61 @@ -1,4 +1,4 @@ -/* $Id: man_macro.c,v 1.60 2011/03/23 15:33:57 kristaps Exp $ */ +/* $Id: man_macro.c,v 1.61 2011/04/17 09:08:19 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, pos); + *v = mandoc_getarg(m->parse, v, line, 1, pos); return(1); }