summaryrefslogtreecommitdiffstats
path: root/tools/index.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/index.tcl')
-rw-r--r--tools/index.tcl7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/index.tcl b/tools/index.tcl
index f2c162f..7b11e3f 100644
--- a/tools/index.tcl
+++ b/tools/index.tcl
@@ -8,9 +8,6 @@
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-#
-# RCS: @(#) $Id: index.tcl,v 1.3 1998/09/14 18:40:15 stanton Exp $
-#
# Global variables used by these scripts:
#
@@ -63,7 +60,7 @@ proc getSections {pkg} {
lsort [array names temp]
}
-# getSections --
+# getTopics --
#
# Generate a sorted list of topics in the specified section of the
# specified package from the topics array.
@@ -133,7 +130,7 @@ proc text string {
proc macro {name args} {
switch $name {
- SH {
+ SH - SS {
global state
switch $args {