function whois {
	description="Whois database connection protocol"
	use="tcp"
	port=${port:-43}
	do_service $FUNCNAME $@
}
