=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.c,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- src/usr.bin/mandoc/term.c 2010/09/23 20:22:31 1.51 +++ src/usr.bin/mandoc/term.c 2010/10/01 21:38:26 1.52 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.51 2010/09/23 20:22:31 schwarze Exp $ */ +/* $Id: term.c,v 1.52 2010/10/01 21:38:26 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -501,7 +501,7 @@ else p->flags |= TERMP_NOSPACE; - p->flags &= ~TERMP_SENTENCE; + p->flags &= ~(TERMP_SENTENCE | TERMP_IGNDELIM); while (*word) { if ((ssz = strcspn(word, "\\")) > 0)