Index: openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl 14 Jun 2018 16:43:50 -0000 1.31 +++ openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl 24 Jul 2018 19:12:29 -0000 1.32 @@ -29,11 +29,11 @@ Additional documentation and commentary at http://openacs.org/forums/message-view?message_id=108614. - @param contract_name The name of the contract you wish to use. - @param operation_name The name of the operation in the contract you wish to call. + @param contract The name of the contract you wish to use. + @param operation The name of the operation in the contract you wish to call. @param impl The name of the implementation you wish to use. @param impl_id The ID of the implementation you wish to use. - @param args The arguments you want to pass to the proc. + @param call_args The arguments you want to pass to the proc. @param error If specified, will throw an error if the operation isn't implemented. Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.325 -r1.326 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 29 Jun 2018 17:27:19 -0000 1.325 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 24 Jul 2018 19:15:18 -0000 1.326 @@ -2180,8 +2180,7 @@ Report content of xowiki folder in google site map format https://www.google.com/webmasters/sitemaps/docs/en/protocol.html - @param maxentries maximum number of entries retrieved - @param package_id to determine the xowiki instance + @param max_entries maximum number of entries retrieved @param changefreq changefreq as defined by google @param priority priority as defined by google @@ -2239,7 +2238,6 @@ Provide a sitemap index of all xowiki instances in google site map format https://www.google.com/webmasters/sitemaps/docs/en/protocol.html - @param maxentries maximum number of entries retrieved @param package to determine the delivery instance @param changefreq changefreq as defined by google @param priority priority as defined by google