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.