Lines Matching defs:man
40 #include "man.h"
60 typedef void (*out_man)(void *, const struct man *);
82 out_man outman; /* man output ptr */
297 * and for a man(1) section argument without -s.
325 /* man(1), whatis(1), apropos(1) */
360 * For standard man(1) and -a output mode,
396 * For man(1), -a and -i output mode, fall through
509 fputs("usage: man [-acfhklw] [-C file] [-I os=name] "
540 mandoc_asprintf(&file, "%s/man%s/%s.%s",
555 mandoc_asprintf(&file, "%s/man%s/%s/%s.%s",
562 mandoc_asprintf(&file, "%s/man%s/%s.*",
637 struct man *man;
722 mparse_result(curp->mp, &mdoc, &man, NULL);
726 if (man && curp->outman)
727 (*curp->outman)(curp->outdata, man);
854 else if (0 == strcmp(arg, "man"))