=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -p -r1.66 -r1.67 --- mandoc/man.c 2010/05/12 17:08:03 1.66 +++ mandoc/man.c 2010/05/15 06:48:13 1.67 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.66 2010/05/12 17:08:03 kristaps Exp $ */ +/* $Id: man.c,v 1.67 2010/05/15 06:48:13 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -425,6 +425,8 @@ man_ptext(struct man *m, int line, char *buf) * EOS character, then flag the node as being the end of a * sentence. The front-end will know how to interpret this. */ + + /* FIXME: chain of close delims. */ assert(i);