=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.82 retrieving revision 1.83 diff -u -p -r1.82 -r1.83 --- mandoc/man.c 2010/07/13 23:53:20 1.82 +++ mandoc/man.c 2010/07/18 17:00:26 1.83 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.82 2010/07/13 23:53:20 schwarze Exp $ */ +/* $Id: man.c,v 1.83 2010/07/18 17:00:26 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -409,7 +409,7 @@ man_ptext(struct man *m, int line, char *buf, int offs */ assert(i); - if (mandoc_eos(buf, (size_t)i)) + if (mandoc_eos(buf, (size_t)i, 0)) m->last->flags |= MAN_EOS; descope: