diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-29 19:25:29 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-29 19:25:29 +0000 |
commit | 38b49bee113edcc4afc7b96453d5f3eb3ef7b965 (patch) | |
tree | dc7d400651ec5877058b59ae50ba1718f876eabe /mdoc.h | |
parent | f6c6b91bd1d5c314c866ec4cb71f4ff2573fc2f2 (diff) | |
download | mandoc-38b49bee113edcc4afc7b96453d5f3eb3ef7b965.tar.gz |
*** empty log message ***
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -212,6 +212,7 @@ enum mdoc_err { ERR_SEC_PROLOGUE_REP, ERR_SEC_NAME, ERR_ARGS_EQ0, + ERR_ARGS_EQ1, ERR_ARGS_GE1, ERR_ARGS_LE2, ERR_ARGS_MANY |