=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.80 retrieving revision 1.81 diff -u -p -r1.80 -r1.81 --- mandoc/man_term.c 2010/07/13 23:53:20 1.80 +++ mandoc/man_term.c 2010/07/22 13:36:25 1.81 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.80 2010/07/13 23:53:20 schwarze Exp $ */ +/* $Id: man_term.c,v 1.81 2010/07/22 13:36:25 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -252,6 +252,7 @@ static int pre_fi(DECL_ARGS) { + term_newln(p); mt->fl &= ~MANT_LITERAL; return(1); } @@ -262,6 +263,7 @@ static int pre_nf(DECL_ARGS) { + term_newln(p); mt->fl |= MANT_LITERAL; return(MAN_Vb != n->tok); }