summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 11:02:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 11:02:21 +0000
commit5f830a70c871c50aa9579ead192f35848178be1b (patch)
treec690cc0669dbf33930acc96b2c67b734ed0c4898 /term.c
parentb0d99e0872814cdeeb3199322794e45bf2c1fe77 (diff)
downloadmandoc-5f830a70c871c50aa9579ead192f35848178be1b.tar.gz
All special characters sync'd with groff, both -Thtml and -Tascii.
Re-added text links to index.sgml (just for show).
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 *,