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 29c851a commit 06a405cCopy full SHA for 06a405c
library/std/src/sys/unix/ext/process.rs
@@ -172,7 +172,7 @@ pub trait ExitStatusExt {
172
173
/// If the process was terminated by a signal, returns that signal.
174
///
175
- /// Ie, if `WIFSIGNALED`, this returns `WTERMSIG`.
+ /// In other words, if `WIFSIGNALED`, this returns `WTERMSIG`.
176
#[stable(feature = "rust1", since = "1.0.0")]
177
fn signal(&self) -> Option<i32>;
178
0 commit comments