Skip to content

Commit 0711f21

Browse files
committed
Another Doc Build Fix
1 parent 224d36d commit 0711f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/wait.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//!
88
//! ```rust
99
//! use nix::sys::wait::*;
10+
//! let pid = Pid::from_raw(17563);
1011
//! loop {
1112
//! match waitpid(PidGroup::ProcessGroupID(pid), WUNTRACED) {
1213
//! Ok(WaitStatus::Exited(pid, status)) => {

0 commit comments

Comments
 (0)