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

/freebsd-10-stable/usr.bin/man/
H A Dman.sh499 h) man_usage 0 ;;
506 *) man_usage ;;
514 fflagkflag*) echo "Incompatible options: -f and -k"; man_usage ;;
515 fflag*tflag*) echo "Incompatible options: -f and -t"; man_usage ;;
516 fflag*wflag) echo "Incompatible options: -f and -w"; man_usage ;;
517 *kflagtflag*) echo "Incompatible options: -k and -t"; man_usage ;;
518 *kflag*wflag) echo "Incompatible options: -k and -w"; man_usage ;;
519 *tflagwflag) echo "Incompatible options: -t and -w"; man_usage ;;
642 # Usage: man_usage [exitcode]
644 man_usage() { function
[all...]

Completed in 47 milliseconds