summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
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;