summaryrefslogtreecommitdiffstats
path: root/mansearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'mansearch.h')
-rw-r--r--mansearch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mansearch.h b/mansearch.h
index 894c8476..aa625108 100644
--- a/mansearch.h
+++ b/mansearch.h
@@ -82,7 +82,8 @@ struct mansearch {
const char *sec; /* mansection/NULL */
uint64_t deftype; /* type if no key */
int flags;
-#define MANSEARCH_WHATIS 0x01 /* whatis mode: equality, no key */
+#define MANSEARCH_WHATIS 0x01 /* whatis(1) mode: whole words, no keys */
+#define MANSEARCH_MAN 0x02 /* man(1) mode: string equality, no keys */
};
int mansearch_setup(int);