Searched refs:manpath (Results 1 – 6 of 6) sorted by relevance
7637 my $manpath = '';7638 $manpath .= "$man1dir:" if $man1dir =~ /\S/;7639 $manpath .= "$man3dir:" if $man3dir =~ /\S/ && $man1dir ne $man3dir;7640 chop $manpath if $manpath;7644 $ENV{MANPATH} = $manpath if $manpath;7651 (($manpath && !$nopathopt) ? ("-M", $manpath) : ()),7672 (($manpath && !$nopathopt) ? ("-M", $manpath) : ()),7678 $ENV{MANPATH} = $manpath;
355 char *manpath = NULL; in main() local458 manpath = optarg; in main()516 if (manpath == NULL && (manpath = getenv("MANPATH")) == NULL) { in main()517 if ((manpath = getenv("PATH")) != NULL) { in main()520 manpath = MANDIR; in main()524 pathv = split(manpath, ':'); in main()
69 [5] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9&apropos=0&manpath=OpenBSD+Current
504 I<manpath>> option. Failed lookups of the form C<XXX> that match
838 # display reasonable manpath
1417 to fix your manpath. See L<perl> for details. If you have no