From 5fd4bbfb011aeb0750a37047be4d3fade1964aea Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 3 Oct 2009 16:36:06 +0000 Subject: Fixed mandoc.1 examples (new -Thtml options). Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c. --- mdoc.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mdoc.3') diff --git a/mdoc.3 b/mdoc.3 index 1f68e5a7..5c6ac4ac 100644 --- a/mdoc.3 +++ b/mdoc.3 @@ -1,4 +1,4 @@ -.\" $Id: mdoc.3,v 1.34 2009/09/16 09:41:24 kristaps Exp $ +.\" $Id: mdoc.3,v 1.35 2009/10/03 16:36:06 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -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: September 16 2009 $ +.Dd $Mdocdate: October 3 2009 $ .Dt MDOC 3 .Os .\" SECTION @@ -29,7 +29,7 @@ .Nd mdoc macro compiler library .\" SECTION .Sh SYNOPSIS -.Fd #include "mdoc.h" +.In mdoc.h .Vt extern const char * const * mdoc_macronames; .Vt extern const char * const * mdoc_argnames; .Ft "struct mdoc *" -- cgit v1.2.3