summaryrefslogtreecommitdiffstats
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
commit183e6ae0229d1ddcdf3a1f493eaae4a39d11d97a (patch)
treefcfba174f3984847528e7def61f307ee45c4ec54 /libmdoc.h
parent6a2359747f92ffc48b612b8fb8a2e7a87a9dff8f (diff)
downloadmandoc-183e6ae0229d1ddcdf3a1f493eaae4a39d11d97a.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmdoc.h b/libmdoc.h
index 8ce67933..291d6dc0 100644
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -92,6 +92,7 @@ enum merr {
EQUOTPHR,
ENOCTX,
ELIB,
+ EBADCHILD,
MERRMAX
};