Description: Fix pod syntax errors.
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=87095
Author: Oleg Gashev <oleg@gashev.net>

--- a/lib/Proc/Terminator.pm
+++ b/lib/Proc/Terminator.pm
@@ -335,7 +335,7 @@
 =head4 Proc::Terminator::Batch->with_pids($pids,$options)
 
 Creates a new C<Proc::Terminator::Batch>. The arguments are exactly the same as
-that for L</proc_terminate>.
+that for L<proc_terminate|"proc_terminate($pids, %options)">.
 
 Since this module does not actually loop or sleep on anything, it is important
 to ensure that the C<grace_period> and C<max_wait> options are set appropriately.
@@ -378,6 +378,8 @@
 is empty, then most likely the process did not respond to any signals in the
 signal list.
 
+=back
+
 =head1 SEE ALSO
 
 L<signal(7)>
