summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/main.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-02-18 02:11:27 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-02-18 02:11:27 +0000
commit0e78a7328f62582022b2849faac7840015f36005 (patch)
tree7ab1883073c637facdf7c73924fb41a9e79c01a4 /usr.bin/mandoc/main.h
parent062f6abdb0bfc784ff017329fb5309da304eeba7 (diff)
sync to release 1.9.15:
* corrected .Vt handling (spotted by Joerg Sonnenberger) * corrected .Xr argument handling (based on my patch) * removed \\ escape sequence (because it is for low-level roff only) * warn about trailing whitespace (suggested by jmc@) * -Txhtml support * and some general cleanup and doc improvements
Diffstat (limited to 'usr.bin/mandoc/main.h')
-rw-r--r--usr.bin/mandoc/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/main.h b/usr.bin/mandoc/main.h
index 667e4fa9a3f..f29c8d57dc2 100644
--- a/usr.bin/mandoc/main.h
+++ b/usr.bin/mandoc/main.h
@@ -1,4 +1,4 @@
-/* $Id: main.h,v 1.1 2009/10/21 19:13:50 schwarze Exp $ */
+/* $Id: main.h,v 1.2 2010/02/18 02:11:26 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -30,6 +30,7 @@ struct man;
*/
void *html_alloc(char *);
+void *xhtml_alloc(char *);
void html_mdoc(void *, const struct mdoc *);
void html_man(void *, const struct man *);
void html_free(void *);