Replace Ie
with In other words
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
42ea8f6434
commit
29c851aef6
@ -182,7 +182,7 @@ pub trait ExitStatusExt {
|
||||
|
||||
/// If the process was stopped by a signal, returns that signal.
|
||||
///
|
||||
/// Ie, if `WIFSTOPPED`, this returns `WSTOPSIG`. This is only possible if the status came from
|
||||
/// In other words, if `WIFSTOPPED`, this returns `WSTOPSIG`. This is only possible if the status came from
|
||||
/// a `wait` system call which was passed `WUNTRACED`, was then converted into an `ExitStatus`.
|
||||
#[unstable(feature = "unix_process_wait_more", issue = "none")]
|
||||
fn stopped_signal(&self) -> Option<i32>;
|
||||
|
Loading…
Reference in New Issue
Block a user