=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc.c,v retrieving revision 1.149 retrieving revision 1.150 diff -c -r1.149 -r1.150 *** src/usr.bin/mandoc/mdoc.c 2017/02/16 02:59:42 1.149 --- src/usr.bin/mandoc/mdoc.c 2017/03/03 13:55:06 1.150 *************** *** 1,4 **** ! /* $OpenBSD: mdoc.c,v 1.149 2017/02/16 02:59:42 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2017 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: mdoc.c,v 1.150 2017/03/03 13:55:06 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2017 Ingo Schwarze *************** *** 380,386 **** /* Jump to the next non-whitespace word. */ ! while (buf[offs] && ' ' == buf[offs]) offs++; /* --- 380,386 ---- /* Jump to the next non-whitespace word. */ ! while (buf[offs] == ' ') offs++; /*