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 -r1.105 -r1.106 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 8 Nov 2018 17:12:45 -0000 1.105 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 17 Nov 2018 16:37:35 -0000 1.106 @@ -2384,7 +2384,8 @@ length padstring } { - Tcl implementation of the pad string function found in many DBMSs.
+ Tcl implementation of the pad string function found in many DBMSs. + One of the directional flags -left or -right must be specified and will dictate whether this will be a lpad or a rpad. @@ -2398,7 +2399,7 @@ value must be an integer > 0. @arg padstring string that will be repeated until length of - supplied string is equal or greather than length. + supplied string is equal or greather than length. @return padded string } {