Searched refs:manpath (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.bin/man/
H A DMakefile5 ${BINDIR}/man ${BINDIR}/manpath \
8 MAN= man.1 manpath.1 apropos.1 man.conf.5
H A Dman.sh30 # Adds a variable to manpath while ensuring we don't have duplicates.
33 case "$manpath" in
34 *:$1) decho " Skipping duplicate manpath entry $1" 2 ;;
35 $1:*) decho " Skipping duplicate manpath entry $1" 2 ;;
36 *:$1:*) decho " Skipping duplicate manpath entry $1" 2 ;;
38 decho " Adding $1 to manpath"
39 manpath="$manpath:$1"
69 # If the user has set a manpath, who are we to argue.
76 decho "Adding default manpath entrie
[all...]
/freebsd-9.3-release/etc/periodic/weekly/
H A D320.whatis19 MANPATH=`/usr/bin/manpath -q`
24 echo "manpath failed to find any manpage directories"
27 man_locales=`/usr/bin/manpath -qL`
H A D330.catman25 MANPATH=`/usr/bin/manpath -q`
30 echo "manpath failed to find any manpath directories"
33 man_locales=`/usr/bin/manpath -qL`
/freebsd-9.3-release/usr.bin/catman/
H A Dcatman.c803 const char *manpath = getenv("MANPATH"); local
804 if (manpath == NULL)
805 manpath = DEFAULT_MANPATH;
806 process_argument(manpath);
/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c1038 const char *manpath = getenv("MANPATH"); local
1039 if (manpath == NULL)
1040 manpath = DEFAULT_MANPATH;
1041 process_argument(manpath);
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh432 _OPTS_MAN_LONG_ARG="'locale' 'manpath' \
500 export _MANOPT_PATH; # $MANOPT --manpath
2890 if is_prog 'manpath'
2892 _MAN_PATH="$(manpath 2>${_NULL_DEV})"; # not always available
3871 --local-file=name, --location, --manpath=dir1:dir2:...,
4313 -M|--manpath)
4314 list_append mpm_list '--manpath' "$1";
4583 --manpath) # specify search path for man pages, arg

Completed in 171 milliseconds