Skip to content

Commit f89c1ed

Browse files
committed
Regenerate README.md.
{ head -n3 README.md; pod2markdown lib/IPC/Run.pm; } >README.md.new && \ mv -f README.md.new README.md
1 parent 294ca82 commit f89c1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ in their exit codes.
11881188
> The doubled name indicates that this function may kill again and avoids
11891189
> colliding with the core Perl `kill` function.
11901190
>
1191-
> Returns a 1 if the `TERM` was sufficient, or a 0 if `KILL` was
1191+
> Returns undef if the `TERM` was sufficient, or a 1 if `KILL` was
11921192
> required. Throws an exception if `KILL` did not permit the children
11931193
> to be reaped.
11941194
>

0 commit comments

Comments
 (0)