Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dmanpath.c155 char manpath_default[] = MANPATH_DEFAULT; in manconf_file() local
194 *manpath_default = '\0'; in manconf_file()
207 if (use_path_from_file && *manpath_default != '\0') in manconf_file()
208 manpath_parseline(&conf->manpath, manpath_default, '\0'); in manconf_file()