ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/gethelp3.6.tcl
(Generate patch)

Comparing ray/src/util/gethelp3.6.tcl (file contents):
Revision 2.8 by greg, Mon Dec 5 11:40:50 1994 UTC vs.
Revision 2.9 by greg, Tue Jan 3 16:06:45 1995 UTC

# Line 144 | Line 144 | proc helpopen fname {                  # open the named help file
144                          }
145                  }
146                  if {! [catch {set fi [open $ifile w]}]} {
147 +                        puts $fi "# This is an automatically created index\
148 +                                        file -- DO NOT EDIT!"
149                          writevars $fi helpindex
150                          close $fi
151                          catch {exec chmod 666 $ifile}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines