summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'term.c')
-rw-r--r--term.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/term.c b/term.c
index becdbbfc..2392a621 100644
--- a/term.c
+++ b/term.c
@@ -25,6 +25,9 @@
#include "man.h"
#include "mdoc.h"
+/* FIXME: accomodate non-breaking, non-collapsing white-space. */
+/* FIXME: accomodate non-breaking, collapsing white-space. */
+
extern void man_run(struct termp *,
const struct man *);
extern void mdoc_run(struct termp *,