diff options
Diffstat (limited to 'man.c')
-rw-r--r-- | man.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |