=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_term.c,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- src/usr.bin/mandoc/mdoc_term.c 2010/05/24 00:00:10 1.82 +++ src/usr.bin/mandoc/mdoc_term.c 2010/05/24 00:37:01 1.83 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.82 2010/05/24 00:00:10 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.83 2010/05/24 00:37:01 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1041,6 +1041,7 @@ { if (NULL == n->child && NULL == m->name) + return(1); if (SEC_SYNOPSIS == n->sec && MDOC_LINE & n->flags) term_newln(p);