components/tcl/tk/patches/1.man.patch
author Bill Rushmore <bill.rushmore@oracle.com>
Fri, 15 Aug 2014 15:13:12 -0700
branchs11u2-sru
changeset 3273 73f7b1db598e
parent 225 2f3e03a69313
permissions -rw-r--r--
19365059 perl-pmtools package needs cleanup 19364210 Perl authen::pam packages need updates

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