stas 2003/08/19 19:36:40 Modified: src/docs/2.0/api/APR Table.pod Log: fix markup Revision Changes Path 1.4 +2 -2 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Table.pod 19 Aug 2003 19:31:28 -0000 1.3 +++ Table.pod 20 Aug 2003 02:36:40 -0000 1.4 @@ -264,13 +264,13 @@ When C<$flag> == C<APR::OVERLAP_TABLES_SET>, each key will be set to the last value seen for that key. For example, given -key/value pairs 'foo => bar' and 'foo => baz', 'foo' would +key/value pairs 'foo =E<gt> bar' and 'foo =E<gt> baz', 'foo' would have a final value of 'baz' after compression - the 'bar' value would be lost. When C<$flag> == C<APR::OVERLAP_TABLES_MERGE>, multiple values for the same key are flattened into a comma-separated list. -Given key/value pairs 'foo => bar' and 'foo => baz', 'foo' +Given key/value pairs 'foo =E<gt> bar' and 'foo =E<gt> baz', 'foo' would have a final value of 'bar, baz' after compression. =back
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]