summaryrefslogtreecommitdiffstats
path: root/man.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 16:36:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 16:36:06 +0000
commit83fa9f1e2d9cea33837b5bedf4932e24a73c253a (patch)
treee36ef6f42bdefd5a7dac0e4dd2adf445b40cdff5 /man.3
parent38978c6f40cc37f32a8799d8b8e7e31e051eb2f1 (diff)
downloadmandoc-83fa9f1e2d9cea33837b5bedf4932e24a73c253a.tar.gz
Fixed mandoc.1 examples (new -Thtml options).
Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c.
Diffstat (limited to 'man.3')
-rw-r--r--man.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man.3 b/man.3
index 2e8c5682..e1be1aea 100644
--- a/man.3
+++ b/man.3
@@ -29,7 +29,7 @@
.Nd man macro compiler library
.\" SECTION
.Sh SYNOPSIS
-.Fd #include "man.h"
+.In man.h
.Vt extern const char * const * man_macronames;
.Ft "struct man *"
.Fn man_alloc "void *data" "int pflags" "const struct man_cb *cb"