Index: ossp-pkg/string-divert/Divert.pod RCS File: /v/ossp/cvs/ossp-pkg/string-divert/Divert.pod,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/string-divert/Divert.pod,v' 2>/dev/null --- 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>BC<($name);> +=item SAPI: [C<$x =>] C<$x-E>BC<();> + =item XAPI: C<$x EE $num;> =item XAPI: C<$x EE $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>BC<;>