Skip to content

Commit 525a11e

Browse files
committed
doc: Update
1 parent 44bfa18 commit 525a11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/signal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ pub fn kill<T: Into<Option<Signal>>>(pid: ::unistd::Pid, signal: T) -> Result<()
683683
/// Send a signal to a process group [(see
684684
/// killpg(3))](http://pubs.opengroup.org/onlinepubs/9699919799/functions/killpg.html).
685685
///
686-
/// If `pgrp` less then or equal 1, the behavior is undefined.
686+
/// If `pgrp` less then or equal 1, the behavior is platform-specific.
687687
/// If `signal` is `None`, `killpg` will only preform error checking and won't
688688
/// send any signal.
689689
pub fn killpg<T: Into<Option<Signal>>>(pgrp: ::unistd::Pid, signal: T) -> Result<()> {

0 commit comments

Comments
 (0)