Home
last modified time | relevance | path

Searched defs:manstate (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/man/
H A Dman.c81 struct manstate { struct
83 int all; /* -a: show all matches rather than first */
84 int cat; /* -c: do not use a pager */
85 char *conffile; /* -C: use alternate config file */
86 int how; /* -h: show SYNOPSIS only */
87 char *manpath; /* -M: alternate MANPATH */
88 char *addpath; /* -m: add these dirs to front of manpath */
89 char *pathsearch; /* -S: path of man must contain this string */
90 char *sectionname; /* -s: limit search to a given man section */
91 int where; /* -w: just show paths of all matching files */
[all …]