Index: openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl 23 Apr 2018 16:23:55 -0000 1.12 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-procs.tcl 25 Jul 2018 17:44:25 -0000 1.13 @@ -95,8 +95,8 @@ transaction log that is checked via cr_cleanup_orphaned_files in cr_delete_scheduled_files. - @param -delete delete the orphaned files - @param -mtime same semantics as mtime in the file command + @param delete delete the orphaned files + @param mtime same semantics as mtime in the file command } { set cr_root [nsv_get CR_LOCATIONS CR_FILES] 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.42 -r1.43 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 25 Jul 2018 01:38:32 -0000 1.42 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 25 Jul 2018 17:44:25 -0000 1.43 @@ -232,7 +232,7 @@ } { Load the set of files into the currently running Tcl interpreter. - @param -force_reload Indicates if the file should be loaded even if it \ + @param force_reload Indicates if the file should be loaded even if it \ is already loaded in the interpreter. } { # This will be the first time loading for each of these files (since if a Index: openacs-4/packages/acs-tcl/tcl/defs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/defs-procs.tcl,v diff -u -r1.75 -r1.76 --- openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 11 Jul 2018 21:57:26 -0000 1.75 +++ openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 25 Jul 2018 17:44:25 -0000 1.76 @@ -447,9 +447,9 @@ } { Manages the cache for ad_parameter. - @param -set Use this flag to indicate a value to set in the cache. - @param -delete Delete the value from the cache - @param -global If true, global param, false, instance param + @param set Use this flag to indicate a value to set in the cache. + @param delete Delete the value from the cache + @param global If true, global param, false, instance param @param key Specifies the key for the cache'd parameter, either the package instance id (instance parameter) or package key (global parameter). @param parameter_name Specifies the parameter name that is being cached. Index: openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 25 Jul 2018 17:36:19 -0000 1.21 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 25 Jul 2018 17:44:25 -0000 1.22 @@ -967,8 +967,8 @@ @see parameter::set_value @see parameter::get - @param -set Use this if you want to indicate a value to set the parameter to. - @param -package_id Specify this if you want to manually specify what object id to use the new parameter. + @param set Use this if you want to indicate a value to set the parameter to. + @param package_id Specify this if you want to manually specify what object id to use the new parameter. @return The parameter of the object or if it doesn't exist, the default. } { if {[info exists set]} { 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.164 -r1.165 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2018 01:50:00 -0000 1.164 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2018 17:44:25 -0000 1.165 @@ -2726,7 +2726,7 @@ into a list of lists that match the array set format in the sublists (key value key value ...) - @param -list_of_ns_sets A list of ns_set ids + @param list_of_ns_sets A list of ns_set ids @author Ola Hansson (ola@polyxena.net) @creation-date September 27, 2002