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 -r1.11 -r1.12 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 29 Jan 2003 15:17:00 -0000 1.11 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 15 Feb 2003 23:59:16 -0000 1.12 @@ -449,7 +449,7 @@

Here's an example with named parameters, and namespaces (notice the preferred way of - declaring namespaces and namespaced procedures). Ignore the "\" in "\@param", + declaring namespaces and namespaced procedures). Ignore the '\' in '\@param', I had to use it so the api-browser wouldn't think the parameter docs were for ad_proc itself:

@@ -578,7 +578,8 @@ } - ad_proc -public acs_package_root_dir { package } { - Returns the path root for a particular package within the OpenACS installation. + Returns the path root for a particular package within the OpenACS installation. + For example /web/yourserver/packages/foo, i.e., a full file system path with no ending slash. } - ad_proc -public ad_make_relative_path { path } {