summaryrefslogtreecommitdiffstatshomepage
path: root/libmdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 15:01:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 15:01:06 +0000
commit974dbdc2d409238ee7e08680361e91683a986c41 (patch)
treeff479fcbccb8fa7bd989320f362f0114e6cec2e3 /libmdoc.h
parentefcc442499da0cc5d2453ac6d1c7d39375170826 (diff)
downloadmandoc-974dbdc2d409238ee7e08680361e91683a986c41.tar.gz
mandoc-974dbdc2d409238ee7e08680361e91683a986c41.tar.zst
mandoc-974dbdc2d409238ee7e08680361e91683a986c41.zip
Added EBADCHILD error (bad child of parent context).
`Rs' post-checks that all children are proper bibliographic elements. `Rs' correctly re-orders its children as per groff's output (including %C).
Diffstat (limited to 'libmdoc.h')
-rw-r--r--libmdoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmdoc.h b/libmdoc.h
index 6244e83c..60340dbc 100644
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -1,4 +1,4 @@
-/* $Id: libmdoc.h,v 1.27 2009/09/16 14:40:56 kristaps Exp $ */
+/* $Id: libmdoc.h,v 1.28 2009/09/24 15:01:06 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -92,6 +92,7 @@ enum merr {
EQUOTPHR,
ENOCTX,
ELIB,
+ EBADCHILD,
MERRMAX
};