=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- mandoc/term.c 2009/03/01 23:14:15 1.32 +++ mandoc/term.c 2009/03/01 23:27:14 1.33 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.32 2009/03/01 23:14:15 kristaps Exp $ */ +/* $Id: term.c,v 1.33 2009/03/01 23:27:14 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -1292,6 +1292,7 @@ termp_cd_pre(DECL_ARGS) { TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_CONFIG]); + newln(p); return(1); }