=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.77 retrieving revision 1.81 diff -u -p -r1.77 -r1.81 --- mandoc/man_term.c 2010/06/25 18:53:14 1.77 +++ mandoc/man_term.c 2010/07/22 13:36:25 1.81 @@ -1,6 +1,6 @@ -/* $Id: man_term.c,v 1.77 2010/06/25 18:53:14 kristaps Exp $ */ +/* $Id: man_term.c,v 1.81 2010/07/22 13:36:25 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -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); }