From d896fc86c4e9a18cefb558d7bfd1c987306de938 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 17 Sep 2011 15:00:51 +0000 Subject: 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@ --- main.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.h') diff --git a/main.h b/main.h index 07b9e879..7b12b326 100644 --- a/main.h +++ b/main.h @@ -1,4 +1,4 @@ -/* $Id: main.h,v 1.12 2011/05/20 15:48:22 kristaps Exp $ */ +/* $Id: main.h,v 1.13 2011/09/17 15:00:51 schwarze Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -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 *); -- cgit v1.2.3