diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-03 16:36:06 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-03 16:36:06 +0000 |
commit | 83fa9f1e2d9cea33837b5bedf4932e24a73c253a (patch) | |
tree | e36ef6f42bdefd5a7dac0e4dd2adf445b40cdff5 /man.3 | |
parent | 38978c6f40cc37f32a8799d8b8e7e31e051eb2f1 (diff) | |
download | mandoc-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.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |