Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/mandoc/
H A Dmanpath.c167 char manpath_default[] = MANPATH_DEFAULT; in manconf_file() local
212 *manpath_default = '\0'; in manconf_file()
225 if (*manpath_default != '\0') in manconf_file()
226 manpath_parseline(&conf->manpath, manpath_default, '\0'); in manconf_file()