=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.81 retrieving revision 1.83 diff -u -p -r1.81 -r1.83 --- mandoc/man.c 2010/07/07 15:04:54 1.81 +++ mandoc/man.c 2010/07/18 17:00:26 1.83 @@ -1,6 +1,6 @@ -/* $Id: man.c,v 1.81 2010/07/07 15:04:54 kristaps Exp $ */ +/* $Id: man.c,v 1.83 2010/07/18 17:00:26 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -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: