diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-24 15:01:06 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-24 15:01:06 +0000 |
commit | 183e6ae0229d1ddcdf3a1f493eaae4a39d11d97a (patch) | |
tree | fcfba174f3984847528e7def61f307ee45c4ec54 /libmdoc.h | |
parent | 6a2359747f92ffc48b612b8fb8a2e7a87a9dff8f (diff) | |
download | mandoc-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ enum merr { EQUOTPHR, ENOCTX, ELIB, + EBADCHILD, MERRMAX }; |