]> git.cameronkatri.com Git - mandoc.git/blobdiff - man.3
More in-code documentation and clarity re-arrangements.
[mandoc.git] / man.3
diff --git a/man.3 b/man.3
index 7e666d92d84792a28c767a5e62e432711decc43f..00ec8b283fff482a7127f227d9fef2b16e57cce5 100644 (file)
--- a/man.3
+++ b/man.3
@@ -1,4 +1,4 @@
-.\"    $Id: man.3,v 1.8 2009/08/17 11:10:02 kristaps Exp $
+.\"    $Id: man.3,v 1.10 2009/10/03 16:36:06 kristaps Exp $
 .\"
 .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: August 17 2009 $
+.Dd $Mdocdate: October 3 2009 $
 .Dt MAN 3
 .Os
 .\" SECTION
@@ -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"