aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-22 13:09:17 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-22 13:09:17 +0000
commit369129e10cecda27554b9987d819367bcfcf3353 (patch)
tree1d9055d8a6102e9072cd7bb27103aea9b53689b5 /libman.h
parent47256364f90726421cafc28ec2f147ee98c59f94 (diff)
downloadmandoc-369129e10cecda27554b9987d819367bcfcf3353.tar.gz
mandoc-369129e10cecda27554b9987d819367bcfcf3353.tar.zst
mandoc-369129e10cecda27554b9987d819367bcfcf3353.zip
libman documents require `TH' and at least one node.
libman requirements documented in man.7 STRUCTURE section. Added STRUCTURE section to mdoc.7, too.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libman.h b/libman.h
index 8f1228d4..9509aa0d 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.10 2009/06/18 10:53:58 kristaps Exp $ */
+/* $Id: libman.h,v 1.11 2009/06/22 13:09:17 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -45,7 +45,9 @@ enum merr {
WDATE,
WLNSCOPE,
WTSPACE,
- WTQUOTE
+ WTQUOTE,
+ WNODATA,
+ WNOTITLE
};
__BEGIN_DECLS