Home
last modified time | relevance | path

Searched refs:manpath_default (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c167 char manpath_default[] = MANPATH_DEFAULT; in manconf_file() local
205 *manpath_default = '\0'; in manconf_file()
218 if (*manpath_default != '\0') in manconf_file()
219 manpath_parseline(&conf->manpath, manpath_default, '\0'); in manconf_file()