=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.c,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/mandoc/man.c 2010/07/13 01:09:13 1.36 --- src/usr.bin/mandoc/man.c 2010/07/16 00:34:33 1.37 *************** *** 1,4 **** ! /* $Id: man.c,v 1.36 2010/07/13 01:09:13 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man.c,v 1.37 2010/07/16 00:34:33 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * *************** *** 405,411 **** */ assert(i); ! if (mandoc_eos(buf, (size_t)i)) m->last->flags |= MAN_EOS; descope: --- 405,411 ---- */ assert(i); ! if (mandoc_eos(buf, (size_t)i, 0)) m->last->flags |= MAN_EOS; descope: