--- trunk/Split.pm 2005/04/29 22:35:21 9 +++ trunk/Split.pm 2005/04/29 22:50:16 11 @@ -97,7 +97,7 @@ =item C additional parametars which will be inserted into -C configuration file. See L. +C configuration file. See C. =item C @@ -396,7 +396,7 @@ =head2 create_slice On first run, starts C. On subsequent calls just return -it's handles using L. +it's handles using C. my $s = create_slice('/path/to/document'); @@ -540,7 +540,7 @@ my $xml = $i->to_xml({ foo => 'bar' }); -This function is extracted from L<"add"> method so that you can L it. +This function is extracted from L<"add"> method so that you can C it. If your data set has a lot of repeatable data, and memory is not a problem, you can add C option to L<"open_index">.