diff options
Diffstat (limited to 'mansearch.h')
-rw-r--r-- | mansearch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mansearch.h b/mansearch.h index 80c9e6a7..7e40ef45 100644 --- a/mansearch.h +++ b/mansearch.h @@ -68,6 +68,11 @@ #define NAME_HEAD 0x0000004000000010ULL #define NAME_MASK 0x000000000000001fULL +#define FORM_CAT 0 /* manual page is preformatted */ +#define FORM_SRC 1 /* format is mdoc(7) or man(7) */ +#define FORM_GZ 2 /* compressed with gzip(1) */ +#define FORM_NONE 4 /* format is unknown */ + enum argmode { ARG_FILE = 0, ARG_NAME, |