aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-17 14:08:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-17 14:08:49 +0000
commit05b3c7b4a206baa8f5859dbe7b1121bb763d7e13 (patch)
tree9dc2737f1f679206b1087f667a90365564b3f596 /mandoc.h
parent7be5fc75543838241bb32d119197e65ad64e15f8 (diff)
downloadmandoc-05b3c7b4a206baa8f5859dbe7b1121bb763d7e13.tar.gz
mandoc-05b3c7b4a206baa8f5859dbe7b1121bb763d7e13.tar.zst
mandoc-05b3c7b4a206baa8f5859dbe7b1121bb763d7e13.zip
Provide implementations of `define', `set', and `unset'.
Tie them into the stream of data. Document these appropriate, bringing in the grammar as defined by the original eqn manual (Kernighan/Richie).
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 1d769828..23b672af 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.79 2011/07/17 12:52:54 kristaps Exp $ */
+/* $Id: mandoc.h,v 1.80 2011/07/17 14:08:49 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -109,6 +109,9 @@ enum mandocerr {
MANDOCERR_ERROR, /* ===== start of errors ===== */
+ /* related to equations */
+ MANDOCERR_EQNARGS, /* bad equation macro arguments */
+
/* related to tables */
MANDOCERR_TBL, /* bad table syntax */
MANDOCERR_TBLOPT, /* bad table option */