--- tk8.5.9/unix/installManPage.~1~	2010-09-02 11:12:14.000000000 -0700
+++ tk8.5.9/unix/installManPage	2011-04-17 15:23:09.942339427 -0700
@@ -85,8 +85,8 @@
 
 case $ManPage in
     *.1) Section=1 ;;
-    *.3) Section=3 ;;
-    *.n) Section=n ;;
+    *.3) Section=3tk ;;
+    *.n) Section=1t ;;
     *)	echo "unknown section for $ManPage"
 	exit 2 ;;
 esac