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

/freebsd-9.3-release/usr.bin/man/
H A Dman.sh496 h) man_usage 0 ;;
503 *) man_usage ;;
511 fflagkflag*) echo "Incompatible options: -f and -k"; man_usage ;;
512 fflag*tflag*) echo "Incompatible options: -f and -t"; man_usage ;;
513 fflag*wflag) echo "Incompatible options: -f and -w"; man_usage ;;
514 *kflagtflag*) echo "Incompatible options: -k and -t"; man_usage ;;
515 *kflag*wflag) echo "Incompatible options: -k and -w"; man_usage ;;
516 *tflagwflag) echo "Incompatible options: -t and -w"; man_usage ;;
639 # Usage: man_usage [exitcode]
641 man_usage() { function
[all...]

Completed in 132 milliseconds