components/tcl/tcl/patches/1.man.patch
author Rich Burridge <rich.burridge@oracle.com>
Sat, 06 Apr 2013 08:18:24 -0700
branchs11-update
changeset 2551 0391c5c3b137
parent 225 2f3e03a69313
permissions -rw-r--r--
16431724 Adjust how license text and Oracle internal tracking numbers are propagated

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