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.
1 parent 49b9cb2 commit 149dd21Copy full SHA for 149dd21
library/std/src/os/unix/process.rs
@@ -385,7 +385,8 @@ pub trait ChildExt: Sealed {
385
/// # Errors
386
///
387
/// This function will return an error if the signal is invalid. The integer values associated
388
- /// with signals are implemenation-specific, so the use of [`libc`] is encouraged.
+ /// with signals are implemenation-specific, so it's encouraged to use a crate that provides
389
+ /// posix bindings.
390
391
/// # Examples
392
0 commit comments