Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -r1.44 -r1.45 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 25 Jul 2018 17:49:26 -0000 1.44 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 25 Jul 2018 18:01:23 -0000 1.45 @@ -305,7 +305,7 @@ be db compatible with the system and be of right type (for example contain Tcl procs or xql queries). - @param The path of the file relative to server root + @param path The path of the file relative to server root @return 1 If file is watchable and 0 otherwise. The proc will throw an error if the file doesn't exist or if the given path cannot be parsed as a path relative Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.166 -r1.167 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2018 17:49:26 -0000 1.166 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2018 18:01:23 -0000 1.167 @@ -2107,7 +2107,7 @@ @param put If this boolean switch is specified, it'll use ns_set put instead of ns_set update (update is default) - @param args A Tcl list of variable names that will be transported into the ns_set. + @param vars_list A Tcl list of variable names that will be transported into the ns_set. @author Lars Pind (lars@pinds.com)