=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- src/usr.bin/mandoc/man_term.c 2014/03/08 15:50:21 1.95 +++ src/usr.bin/mandoc/man_term.c 2014/03/08 16:19:59 1.96 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.95 2014/03/08 15:50:21 schwarze Exp $ */ +/* $Id: man_term.c,v 1.96 2014/03/08 16:19:59 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -1041,7 +1041,7 @@ * more specific than this. */ if (MANT_LITERAL & mt->fl && ! (TERMP_NOBREAK & p->flags) && - (NULL == n->next || n->next->line > n->line)) { + (NULL == n->next || MAN_LINE & n->next->flags)) { rm = p->rmargin; rmax = p->maxrmargin; p->rmargin = p->maxrmargin = TERM_MAXMARGIN;