V10/man/adm/uptodate

for i in /usr/man/man[1-9]
do
	cd $i
	for j in *
	do
		newer $j $i/$j || echo $j
	done
done