=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.98 retrieving revision 1.99 diff -u -p -r1.98 -r1.99 --- mandoc/man.c 2011/02/06 22:02:58 1.98 +++ mandoc/man.c 2011/02/06 22:05:20 1.99 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.98 2011/02/06 22:02:58 kristaps Exp $ */ +/* $Id: man.c,v 1.99 2011/02/06 22:05:20 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -371,7 +371,7 @@ man_addspan(struct man *m, const struct tbl_span *sp) assert( ! (MAN_HALT & m->flags)); if ( ! man_span_alloc(m, sp)) return(0); - return(man_descope(m, 0, 0)); + return(man_descope(m, sp->line, 0)); } static int