diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 11:02:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 11:02:21 +0000 |
commit | 5f830a70c871c50aa9579ead192f35848178be1b (patch) | |
tree | c690cc0669dbf33930acc96b2c67b734ed0c4898 /term.c | |
parent | b0d99e0872814cdeeb3199322794e45bf2c1fe77 (diff) | |
download | mandoc-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 *, |