aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 15:31:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 15:31:19 +0000
commit8824599579c15c29a52a6ec127ec1b2a35719e2c (patch)
treef539cfc87104909847b10dcdfe2a9610a7a177c1 /mandoc.h
parent6da78159c4f30e5cbfe60fe6a244c73321edcb1c (diff)
downloadmandoc-8824599579c15c29a52a6ec127ec1b2a35719e2c.tar.gz
mandoc-8824599579c15c29a52a6ec127ec1b2a35719e2c.tar.zst
mandoc-8824599579c15c29a52a6ec127ec1b2a35719e2c.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 99f56b27..7f7e0a92 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.30 2010/12/06 11:01:19 kristaps Exp $ */
+/* $Id: mandoc.h,v 1.31 2010/12/06 15:31:19 kristaps Exp $ */
/*
* Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 */