Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 9 Feb 2002 02:33:35 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 2 Sep 2002 13:20:39 -0000 1.3 @@ -279,8 +279,8 @@ An argspec takes one of two forms, depending on whether there's a default value or not:
    -
  1. {name[:flag,flag,flag] default}
    -
  2. name[:flag,flag,flag]
    +
  3. {name[:flag,flag,flag] default}
  4. +
  5. name[:flag,flag,flag]

@@ -1082,7 +1082,7 @@ upvar 1 $return_errors error_list set error_list [ad_complaints_get_list] } else { - ad_return_complaint [ad_complaints_count] "

  • [join [ad_complaints_get_list] "\n
  • "]" + ad_return_complaint [ad_complaints_count] "
  • [join [ad_complaints_get_list] "
  • \n
  • "]
  • \n" ad_script_abort } }