| Line 11 was replaced by line 11 |
| - or, if for some reason you want to give the name of the controller |
| + or, if for some reason the name of the controller has to be given |
| Lines 19-20 were replaced by lines 19-20 |
| - If no controller name is given an underscore character is prepended |
| - to the object name to set the controller name. |
| + If no controller name is given it is set to the object name |
| + prepended by an underscore character. |
| Removed lines 25-27 |
| - namespace eval ls336 {} { |
| - } |
| - |
| At line 50 added 5 lines. |
| + {{proc stdConfig::ls335 {} { }} |
| + |
| + The initialization script must be in the namespace |
| + {{stdConfig}} |
| + |
| Lines 87-88 were replaced by lines 89-92 |
| - This is the format for converting the result to a floatin gpoint value. |
| - In this case it is a normal floating point value. For |
| + This is the format for converting the result to a floating point value. |
| + In this case it is a normal floating point value. For the format syntax |
| + see the tcl [scan|http://www.tcl.tk/man/tcl8.5/TclCmd/scan.htm] |
| + command. |