Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Nov 4, 2023
1 parent 25d1f62 commit b0a3bd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/stdlib/child.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ impl GroupChild {
self.imp.into_inner()
}

/// Forces the child process group to exit. If the group has already exited, an [`InvalidInput`]
/// error is returned.
/// Forces the child process group to exit.
///
/// If the group has already exited, an [`InvalidInput`] error is returned.
///
/// This is equivalent to sending a SIGKILL on Unix platforms.
///
Expand Down

0 comments on commit b0a3bd1

Please sign in to comment.