Remove extra wait from Child docs
This commit is contained in:
@@ -78,7 +78,7 @@ use sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
|
|||||||
/// run, even after the `Child` handle to the child process has gone out of
|
/// run, even after the `Child` handle to the child process has gone out of
|
||||||
/// scope.
|
/// scope.
|
||||||
///
|
///
|
||||||
/// Calling [`wait`][`wait`] (or other functions that wrap around it) will make
|
/// Calling [`wait`] (or other functions that wrap around it) will make
|
||||||
/// the parent process wait until the child has actually exited before
|
/// the parent process wait until the child has actually exited before
|
||||||
/// continuing.
|
/// continuing.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user