Skip to content

Commit

Permalink
Fix documentation of kill_kill return value.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed May 19, 2024
1 parent 0c12da3 commit 85ed0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IPC/Run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ The harness is then cleaned up.
The doubled name indicates that this function may kill again and avoids
colliding with the core Perl C<kill> function.
Returns a 1 if the C<TERM> was sufficient, or a 0 if C<KILL> was
Returns undef if the C<TERM> was sufficient, or a 1 if C<KILL> was
required. Throws an exception if C<KILL> did not permit the children
to be reaped.
Expand Down

0 comments on commit 85ed0b9

Please sign in to comment.