diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-09-17 15:00:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-09-17 15:00:51 +0000 |
commit | ecc3c51a504af643161c53660cd2cfa8c3dc334d (patch) | |
tree | 0f97a5f3edce1fdc0910b60e9c0eb3fe47ad2632 /main.h | |
parent | 42092681fc893b2d2207082f50a1d0997489566e (diff) | |
download | mandoc-ecc3c51a504af643161c53660cd2cfa8c3dc334d.tar.gz |
Initial, incomplete support for -Tman
to convert mdoc(7) documents to the man(7) language.
This is work in progress and will be developed in tree.
It does already handle the cat(1) manual,
but will hardly handle all your fancy manuals yet.
go ahead kristaps@ jmc@ millert@ deraadt@
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ void html_free(void *); void tree_mdoc(void *, const struct mdoc *); void tree_man(void *, const struct man *); +void man_mdoc(void *, const struct mdoc *); + void *locale_alloc(char *); void *utf8_alloc(char *); void *ascii_alloc(char *); |