#!/bin/csh -f

foreach name (/mit/atdev/spec/*.3X)
	echo ${name:t}
	tbl $name > /mit/atdev/man/man3/${name:t}
end
