components/tcl/tk/patches/1.man.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 30 Dec 2013 09:32:30 -0800
branchs11-update
changeset 2879 3430bb940676
parent 225 2f3e03a69313
permissions -rw-r--r--
Close of build 30.

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