components/tcl/tk/patches/1.man.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 07 Nov 2016 16:32:57 -0800
changeset 7257 779372532897
parent 225 2f3e03a69313
permissions -rw-r--r--
Close of build 112.1.

--- 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