repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clang-19: update to 19.1.6
[oi-userland.git]
/
components
/
tcl
/
tk
/
patches
/
1.man.patch
blob
2a7ad810f1973541d7ce7275e2d592ab3d54ff91
1
--- tk8.5.9/unix/installManPage.~1~ 2010-09-02 11:12:14.000000000 -0700
2
+++ tk8.5.9/unix/installManPage 2011-04-17 15:23:09.942339427 -0700
3
@@ -85,8 +85,8 @@
4
5
case $ManPage in
6
*.1) Section=1 ;;
7
- *.3) Section=3 ;;
8
- *.n) Section=n ;;
9
+ *.3) Section=3tk ;;
10
+ *.n) Section=1t ;;
11
*) echo "unknown section for $ManPage"
12
exit 2 ;;
13
esac