diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-01 15:32:36 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-01 15:32:36 +0000 |
commit | 78514c9d13534db5603803edfe8e818d9fe11597 (patch) | |
tree | f0e785a8b8d887714133902422483411e6b15a04 /xml.c | |
parent | 995867c9d1e4701682433bd43406c27cdc59599d (diff) | |
download | mandoc-78514c9d13534db5603803edfe8e818d9fe11597.tar.gz |
Considerably improved roff_text parser.
Consolidated noop roff macros.
Diffstat (limited to 'xml.c')
-rw-r--r-- | xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -557,3 +557,4 @@ roffdata(void *arg, int space, char *buf) p->last = MD_TEXT; return(1); } + |