Index: doc/example-scripts/bagel.tcl =================================================================== diff -u -r2872e1f0a6523c7fb44952492e05414c4f8d9c84 -r45e24b34c85bf0fc3e14db5250550100bd07ff31 --- doc/example-scripts/bagel.tcl (.../bagel.tcl) (revision 2872e1f0a6523c7fb44952492e05414c4f8d9c84) +++ doc/example-scripts/bagel.tcl (.../bagel.tcl) (revision 45e24b34c85bf0fc3e14db5250550100bd07ff31) @@ -7,7 +7,7 @@ package req nx package req nx::test -nx::Test parameter count 1 +nx::test configure -count 1 # Suppose we need to work with many bagels in our application. We # might start by creating a Bagel class.