if $n -lt 1 then
	echo 'Usage: where searchstring(s)'
else
	cd /srce/usr/doc/man/man0
	while "$1x" != x
		grep "$1" tocx[0-9] ^ sed -e 's/^tocx.://'
		shift
	end
endif
