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

/freebsd-11-stable/usr.bin/man/
H A Dman.sh556 h) man_usage 0 ;;
563 *) man_usage ;;
571 fflagkflag*) echo "Incompatible options: -f and -k"; man_usage ;;
572 fflag*tflag*) echo "Incompatible options: -f and -t"; man_usage ;;
573 fflag*wflag) echo "Incompatible options: -f and -w"; man_usage ;;
574 *kflagtflag*) echo "Incompatible options: -k and -t"; man_usage ;;
575 *kflag*wflag) echo "Incompatible options: -k and -w"; man_usage ;;
576 *tflagwflag) echo "Incompatible options: -t and -w"; man_usage ;;
699 # Usage: man_usage [exitcode]
701 man_usage() { function
[all...]

Completed in 187 milliseconds