We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Ie
In other words
1 parent 42ea8f6 commit 29c851aCopy full SHA for 29c851a
library/std/src/sys/unix/ext/process.rs
@@ -182,7 +182,7 @@ pub trait ExitStatusExt {
182
183
/// If the process was stopped by a signal, returns that signal.
184
///
185
- /// 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
186
/// a `wait` system call which was passed `WUNTRACED`, was then converted into an `ExitStatus`.
187
#[unstable(feature = "unix_process_wait_more", issue = "none")]
188
fn stopped_signal(&self) -> Option<i32>;
0 commit comments