geoff 2003/08/20 07:00:41
Modified: src/docs/2.0/api/APR Table.pod
Log:
tweak compress() description
Submitted by: joe schaeffer
Reviewed by: geoff
Revision Changes Path
1.5 +4 -3 modperl-docs/src/docs/2.0/api/APR/Table.pod
Index: Table.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/Table.pod,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Table.pod 20 Aug 2003 02:36:40 -0000 1.4
+++ Table.pod 20 Aug 2003 14:00:41 -0000 1.5
@@ -254,9 +254,10 @@
compress($table, $flag);
-Compress the data in C<$table>. This function takes duplicate
-table entries and flattens them into a single entry. The
-flattening behavior is controlled by the flag.
+Converts multi-valued keys in C<$table> to single-valued keys.
+This function takes duplicate table entries and flattens them
+into a single entry. The flattening behavior is controlled by
+the (mandatory) flag.
param C<$table>: The table to add the data to.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]