File: fix_pod_syntax_errors.diff

package info (click to toggle)
libproc-terminator-perl 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 120 kB
  • ctags: 16
  • sloc: perl: 236; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 773 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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)>