=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.c,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- src/usr.bin/mandoc/term.c 2015/01/31 00:11:52 1.104 +++ src/usr.bin/mandoc/term.c 2015/03/09 17:35:13 1.105 @@ -1,4 +1,4 @@ -/* $OpenBSD: term.c,v 1.104 2015/01/31 00:11:52 schwarze Exp $ */ +/* $OpenBSD: term.c,v 1.105 2015/03/09 17:35:13 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -411,6 +411,7 @@ p->flags |= TERMP_NOSPACE; p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); + p->skipvsp = 0; while ('\0' != *word) { if ('\\' != *word) {