diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-06 15:31:19 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-06 15:31:19 +0000 |
commit | 1049fa2ac2bf54c5e693aa6c004c070673274a0d (patch) | |
tree | d1af57d14f409ae73c3b80b1e2f485da1b1078c1 /mandoc.h | |
parent | c802814c27476c6d4d81264ca9625b111ea59241 (diff) | |
download | mandoc-1049fa2ac2bf54c5e693aa6c004c070673274a0d.tar.gz |
Add support for `ft' macro found in groff(7). Based on a patch by
schwarze@, but without the -T[x]html handling, which structurally does
not work. Also add man.7 documentation (not in original patch).
Diffstat (limited to 'mandoc.h')
-rw-r--r-- | mandoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ enum mandocerr { MANDOCERR_ERROR, /* ===== start of errors ===== */ MANDOCERR_NAMESECFIRST, /* NAME section must come first */ MANDOCERR_BADBOOL, /* bad Boolean value */ + MANDOCERR_BADFONT, /* unknown font */ MANDOCERR_CHILD, /* child violates parent syntax */ MANDOCERR_NESTEDDISP, /* displays may not be nested */ MANDOCERR_BADATT, /* bad AT&T symbol */ |