summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 12:15:58 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 12:15:58 +0000
commitda6f2f1ed330b1be7195d62cfa8204018e965cd5 (patch)
tree2536818031c90ce5b1ff826525a4dbaaf762ae84 /libman.h
parentadb55018cd205147355db43ed9a49dfc4e6eb123 (diff)
downloadmandoc-da6f2f1ed330b1be7195d62cfa8204018e965cd5.tar.gz
libman checks for open explicit scopes on exit.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libman.h b/libman.h
index 7159fbbe..c7f971b8 100644
--- a/libman.h
+++ b/libman.h
@@ -68,6 +68,7 @@ struct man_macro {
int (*fp)(MACRO_PROT_ARGS);
int flags;
#define MAN_SCOPED (1 << 0)
+#define MAN_EXPLICIT (1 << 1)
};
extern const struct man_macro *const man_macros;