Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.41.2.14 -r1.41.2.15 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 28 Aug 2014 20:10:14 -0000 1.41.2.14 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 8 Sep 2014 07:01:46 -0000 1.41.2.15 @@ -930,8 +930,8 @@ For use at the beginning of the body of a procedure to check that an argument has one of a number of allowed values. - @arg_name The name of the argument to check - @allowed_values_list The list of values that are permissible for the argument + @param arg_name The name of the argument to check + @param allowed_values_list The list of values that are permissible for the argument @return Returns 1 if the argument has a valid value, throws an informative error otherwise.