summaryrefslogtreecommitdiff
path: root/x11/tkman/patches/patch-ac
blob: 1dd2689733d91cb06f8db1d355928e7fde068f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.1 2000/09/01 03:14:16 fredb Exp $

--- /dev/null	Thu Aug 31 21:20:27 2000
+++ contrib/netbsd_bindings.tcl	Thu Aug 31 21:21:06 2000
@@ -0,0 +1,10 @@
+# volume titles for NetBSD
+#
+
+set man(manList) {1 2 3 4 5 6 7 8 9 n}
+set man(manTitleList) {
+        "User Commands" "System Calls" "Subroutines"
+        "Devices" "File Formats" "Games and Demos"
+	"Miscellaneous" "System Administration"
+        "Kernel Manual" "Tcl/Tk Built-In Commands"
+}