
# SccsId = "@(#)update 4.2 (TU-Delft) 08/23/90"
case $1 in
1)echo "The following help on related programs is available:" >tmp.u;;
2)echo "The following help on utility programs is available:" >tmp.u;;
3)echo "The following help on file formats is available:" >tmp.u;;
4)echo "The following help on maintenance stuff is available:" >tmp.u;;
5)echo "The following help on subroutines is available:" >tmp.u;;
*)echo "update: section# $1 not correct"; exit;;
esac
echo "================== `date` ==================" >>tmp.u
rm -f cat$1/$1.$1
ls -C cat$1 >>tmp.u
echo "" >>tmp.u
sed "s/\.$1/  /g" <tmp.u >cat$1/$1.$1
rm tmp.u
