From 6cba4fa3f6c02db9994d6b6234f2ae5007839a5d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 23 Mar 2004 20:10:23 +0000 Subject: Man-page back end for Halibut. Also, a couple of additional markup features commonly used in man pages: (a) the ability to nest paragraph breaks, code paragraphs and other lists inside list items, and (b) description lists as normally used in man pages to describe command-line options. [originally from svn r3954] --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 64f1869..531d122 100644 --- a/main.c +++ b/main.c @@ -217,6 +217,7 @@ int main(int argc, char **argv) { text_backend(sourceform, keywords, idx); xhtml_backend(sourceform, keywords, idx); whlp_backend(sourceform, keywords, idx); + man_backend(sourceform, keywords, idx); free_para_list(sourceform); free_keywords(keywords); -- cgit v1.1