summaryrefslogtreecommitdiffstats
path: root/libmandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:02:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:02:50 +0000
commitf30e8fb2dd85bbd46b1692eb854cc98984c689e6 (patch)
tree2d175ba96c7b75f6b6335c3efccfb9f12a372775 /libmandoc.h
parentf20bc62b97d5a79adad7ce619371ae1b65fb1978 (diff)
downloadmandoc-f30e8fb2dd85bbd46b1692eb854cc98984c689e6.tar.gz
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.
Diffstat (limited to 'libmandoc.h')
-rw-r--r--libmandoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmandoc.h b/libmandoc.h
index fb439ff5..c11232d9 100644
--- a/libmandoc.h
+++ b/libmandoc.h
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above