Skip to content

Commit 149dd21

Browse files
committed
fix documentation
1 parent 49b9cb2 commit 149dd21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/std/src/os/unix/process.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ pub trait ChildExt: Sealed {
385385
/// # Errors
386386
///
387387
/// 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.
388+
/// with signals are implemenation-specific, so it's encouraged to use a crate that provides
389+
/// posix bindings.
389390
///
390391
/// # Examples
391392
///

0 commit comments

Comments
 (0)