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 -N -r1.41.2.13 -r1.41.2.14 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 25 Aug 2014 08:46:30 -0000 1.41.2.13 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 28 Aug 2014 20:10:14 -0000 1.41.2.14 @@ -766,7 +766,7 @@ list of returns still returned. If not given an error simply is passed further on. - @params args pass the set of arguments on to each callback + @param args pass the set of arguments on to each callback @return list of the returns from each callback that does a normal (non-empty) return Index: openacs-4/packages/categories/tcl/category-trees-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/category-trees-procs.tcl,v diff -u -N -r1.25.4.5 -r1.25.4.6 --- openacs-4/packages/categories/tcl/category-trees-procs.tcl 26 Oct 2013 09:31:10 -0000 1.25.4.5 +++ openacs-4/packages/categories/tcl/category-trees-procs.tcl 28 Aug 2014 20:12:07 -0000 1.25.4.6 @@ -554,10 +554,10 @@ - @parameter tree_id tree_id or container_id must be provided. - @parameter container_id returns all mapped trees for the given container_id - @parameter category_counts list of category_id and counts {catid count cat count ... } - @parameter datasource the name of the datasource to create. + @param tree_id tree_id or container_id must be provided. + @param container_id returns all mapped trees for the given container_id + @param category_counts list of category_id and counts {catid count cat count ... } + @param datasource the name of the datasource to create. @author Jeff Davis davis@xarg.net } {