Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl7637 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;
/onnv-gate/usr/src/cmd/man/src/
H A Dman.c355 char *manpath = NULL; in main() local
458 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()
/onnv-gate/usr/src/cmd/ssh/doc/
H A DREADME69 [5] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9&apropos=0&manpath=OpenBSD+Current
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperldebug.pod504 I<manpath>> option. Failed lookups of the form C<XXX> that match
H A Dperlfaq3.pod838 # display reasonable manpath
H A Dperlmodlib.pod1417 to fix your manpath. See L<perl> for details. If you have no