components/tcl/tcl/patches/1.man.patch
author Srinivasa Sarva <srinivasa.sarva@oracle.com>
Tue, 10 May 2011 17:39:30 -0700
changeset 225 2f3e03a69313
parent 181 87e11e685b1f
permissions -rw-r--r--
7040199 Update tcl to 8.5.9 7040201 Move tk to Userland 7040202 Move expect to userland

--- tcl8.5.9/unix/installManPage.~1~	2010-09-08 10:40:48.000000000 -0700
+++ tcl8.5.9/unix/installManPage	2011-04-15 11:32:42.369884199 -0700
@@ -85,12 +85,13 @@
 
 case $ManPage in
     *.1) Section=1 ;;
-    *.3) Section=3 ;;
-    *.n) Section=n ;;
+    *.3tcl) Section=3tcl ;;
+    *.1t) Section=1t ;;
     *)	echo "unknown section for $ManPage"
 	exit 2 ;;
 esac
 
+#SECTION=`echo $MANPAGE | sed 's/.*\(.\)$/\1/'`
 SrcDir=`dirname $ManPage`
 
 ########################################################################