components/tcl/tk/patches/1.man.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 11 Oct 2016 11:08:35 -0700
changeset 7086 bad5d0bc7457
parent 225 2f3e03a69313
permissions -rw-r--r--
24829846 libxklavier upgrade broke keyboard gnome-keyboard-properties

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