From 51b80f5088ac30124cca09023af7fcccc4b63653 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 22 Mar 2011 10:02:50 +0000 Subject: Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, and man.h are now part of libmandoc.h, so remove these from their respective manuals (they're no longer public-facing and we don't need a libmandoc.3 (yet?)). Before that, move the juicy data (parse tree syntax) into new-born mandoc.3. Peck around in Makefile and index.sgml to reflect reality. --- libmandoc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmandoc.h') diff --git a/libmandoc.h b/libmandoc.h index eb85d052..d3cc643e 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -1,6 +1,6 @@ -/* $Id: libmandoc.h,v 1.14 2011/03/22 09:48:13 kristaps Exp $ */ +/* $Id: libmandoc.h,v 1.15 2011/03/22 10:02:50 kristaps Exp $ */ /* - * Copyright (c) 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.3-56-ge451