summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-01-03 15:16:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-01-03 15:16:24 +0000
commit4873b4380a189665bf89eaa8180a9fc5696c5f73 (patch)
tree29e035a9b0675bbee7fd00013cc57264156045f6 /man.h
parentd807641d331b60b360442bd3bc4084baa0342b98 (diff)
downloadmandoc-4873b4380a189665bf89eaa8180a9fc5696c5f73.tar.gz
Add support for `OP', one of the extended man macros. This also requires
some man(7) changes to accomodate for the an-ext compatibility.
Diffstat (limited to 'man.h')
-rw-r--r--man.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/man.h b/man.h
index 5096a611..b6ddea17 100644
--- a/man.h
+++ b/man.h
@@ -51,6 +51,7 @@ enum mant {
MAN_AT,
MAN_in,
MAN_ft,
+ MAN_OP,
MAN_MAX
};