summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'man.c')
-rw-r--r--man.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/man.c b/man.c
index a484c175..c8b8b2f2 100644
--- a/man.c
+++ b/man.c
@@ -426,6 +426,8 @@ man_ptext(struct man *m, int line, char *buf)
* sentence. The front-end will know how to interpret this.
*/
+ /* FIXME: chain of close delims. */
+
assert(i);
if (mandoc_eos(buf, (size_t)i))