Index: openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-icanuse-procs.tcl,v diff -u -N -r1.1.2.12 -r1.1.2.13 --- openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 6 Aug 2020 13:01:21 -0000 1.1.2.12 +++ openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 6 Aug 2020 13:09:52 -0000 1.1.2.13 @@ -19,7 +19,7 @@ Check, if a (previously registered) feature can be used in an installation. These features are typically version dependent features of NaviServer. The checking of the availability of - these feratures is typically more complex than a plain "info + these features is typically more complex than a plain "info commands ...". @param feature name for a feature, can contain blanks Index: openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl,v diff -u -N -r1.10 -r1.10.2.1 --- openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 9 Apr 2018 20:11:54 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 6 Aug 2020 13:09:52 -0000 1.10.2.1 @@ -319,7 +319,7 @@ # set last_names [map snd $people] # set emails [map thd $people] -ad_proc -public flip {f a b} "takes a binary function f and two arguments a and b +ad_proc -public flip {f a b} "takes a binary function 'f' and two arguments 'a' and 'b' and returns f b a (arguments are flipped)" { $f $b $a } 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 -N -r1.29.2.8 -r1.29.2.9 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 28 Jul 2020 14:42:05 -0000 1.29.2.8 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 6 Aug 2020 13:09:53 -0000 1.29.2.9 @@ -1276,7 +1276,7 @@ build and return an HTML fragment given an active query and a data definition. Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -N -r1.30.2.5 -r1.30.2.6 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 4 Aug 2020 09:35:16 -0000 1.30.2.5 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 6 Aug 2020 13:09:53 -0000 1.30.2.6 @@ -21,7 +21,7 @@ {-pattern ""} } { Extracts cookies from response headers. This is done reading every set-cookie header - and populating a ns_set of request headers suitable for issuing util::http requests. + and populating an ns_set of request headers suitable for issuing util::http requests. @param resp_headers Response headers, in a list form as returned by util::http API. @@ -1215,7 +1215,7 @@ # This conversion is not needed (anymore?) for native implementation # ad_proc -private util::http::native::timeout {input} { -# Convert the provided value to a ns_time format +# Convert the provided value to an ns_time format # used by NaviServer # } { Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -N -r1.109.2.15 -r1.109.2.16 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 3 Jul 2020 07:27:29 -0000 1.109.2.15 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 6 Aug 2020 13:09:53 -0000 1.109.2.16 @@ -2160,7 +2160,7 @@

- Text to html does ad_text_to_html, and html to text does a + Text to HTML does ad_text_to_html, and HTML to text does an ad_html_to_text. See those procs for details.

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 -N -r1.189.2.62 -r1.189.2.63 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 28 Jul 2020 14:42:05 -0000 1.189.2.62 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Aug 2020 13:09:53 -0000 1.189.2.63 @@ -2339,7 +2339,7 @@ {-exclude ""} set_id } { - Returns the keys of a ns_set as a Tcl list, like array names. + Returns the keys of an ns_set as a Tcl list, like array names. @param colon If set, will prepend all the keys with a colon; useful for bind variables @param exclude Optional Tcl list of key names to exclude @@ -2713,7 +2713,7 @@ ad_proc -public util_list_to_ns_set { aList } { - Convert a list in the form "key value key value ..." into a ns_set. + Convert a list in the form "key value key value ..." into an ns_set. @param aList The list to convert Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -N -r1.234.2.6 -r1.234.2.7 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 3 Jul 2020 08:11:13 -0000 1.234.2.6 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 6 Aug 2020 13:13:40 -0000 1.234.2.7 @@ -747,7 +747,7 @@ }] # TODO: this query could be streamlined thanks to current - # api... on the other hand, returning a ns_set is not the + # API... on the other hand, returning an ns_set is not the # current best practice for returning values, so I don't know # if this is worth the effort. return [db_list_of_ns_sets select_users {}] @@ -1289,7 +1289,7 @@ {-drop_target deregister} {-only_member_p 0} } { - Returns a HTML fragment of the subcommunity hierarchy of this + Returns an HTML fragment of the subcommunity hierarchy of this community or if none, the empty list. Brief notes: this proc always shows the subgroups of the