=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.c,v retrieving revision 1.115 retrieving revision 1.116 diff -c -r1.115 -r1.116 *** src/usr.bin/mandoc/man.c 2017/01/10 13:46:53 1.115 --- src/usr.bin/mandoc/man.c 2017/03/03 13:55:06 1.116 *************** *** 1,4 **** ! /* $OpenBSD: man.c,v 1.115 2017/01/10 13:46:53 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: man.c,v 1.116 2017/03/03 13:55:06 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015 Ingo Schwarze *************** *** 201,207 **** /* Jump to the next non-whitespace word. */ ! while (buf[offs] && buf[offs] == ' ') offs++; /* --- 201,207 ---- /* Jump to the next non-whitespace word. */ ! while (buf[offs] == ' ') offs++; /*