aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 18:44:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 18:44:42 +0000
commit3df885cd6a6e876defef8940073b80b0b301ed63 (patch)
tree9e3298fe2d8a16204171c85567913ec3dbe8d2b4 /mandoc.h
parent30f55adc136c204d3d558b367edbc380844a2929 (diff)
downloadmandoc-3df885cd6a6e876defef8940073b80b0b301ed63.tar.gz
mandoc-3df885cd6a6e876defef8940073b80b0b301ed63.tar.zst
mandoc-3df885cd6a6e876defef8940073b80b0b301ed63.zip
Note GNU extensions in eqn.7. Also add `col' and `pile', which are
mentioned briefly in the eqn User's Manual, but otherwise are unspecified.
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 7519fa08..44b259db 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.94 2011/07/23 18:41:18 kristaps Exp $ */
+/* $Id: mandoc.h,v 1.95 2011/07/23 18:44:42 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -322,9 +322,11 @@ enum eqn_post {
enum eqn_pilet {
EQNPILE_NONE = 0,
+ EQNPILE_PILE,
EQNPILE_CPILE,
EQNPILE_RPILE,
EQNPILE_LPILE,
+ EQNPILE_COL,
EQNPILE_CCOL,
EQNPILE_RCOL,
EQNPILE_LCOL,