=================================================================== RCS file: /cvs/mandoc/mdoc.c,v retrieving revision 1.131 retrieving revision 1.132 diff -u -p -r1.131 -r1.132 --- mandoc/mdoc.c 2010/05/14 17:31:25 1.131 +++ mandoc/mdoc.c 2010/05/15 06:48:13 1.132 @@ -1,4 +1,4 @@ -/* $Id: mdoc.c,v 1.131 2010/05/14 17:31:25 kristaps Exp $ */ +/* $Id: mdoc.c,v 1.132 2010/05/15 06:48:13 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -700,6 +700,8 @@ mdoc_ptext(struct mdoc *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);