ossp-pkg/string-divert/Divert.pod 1.9 -> 1.10
--- Divert.pod 2005/11/16 12:51:13 1.9
+++ Divert.pod 2007/09/27 09:05:24 1.10
@@ -323,6 +323,8 @@
=item SAPI: [C<$x =>] C<$x-E<gt>>B<undivert>C<($name);>
+=item SAPI: [C<$x =>] C<$x-E<gt>>B<undivert>C<();>
+
=item XAPI: C<$x E<lt>E<lt> $num;>
=item XAPI: C<$x E<lt>E<lt> $name;>
@@ -331,7 +333,8 @@
activated diversions. If C<$num> is C<0>, deactivates all activated
diversions. If C<$name> is given (i.e. the argument is not numeric), it
deactivates all last activated diversion up to and including the one to
-the string object named C<$name>.
+the string object named C<$name>. If no C<$num> or C<$name> is
+specified, the last activated diversion is deactivated.
=item SAPI: C<$y = $x-E<gt>>B<diversion>C<;>
|
|