Skip to content

Commit

Permalink
Remove platform-specific terminology.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Sep 22, 2017
1 parent a1f9052 commit 5ee7db6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/libstd/process.rs
Expand Up @@ -549,8 +549,7 @@ impl Command {
self
}

/// Configuration for the child process's standard input (stdin) handle
/// (file descriptor 0).
/// Configuration for the child process's standard input (stdin) handle.
///
/// # Examples
///
Expand All @@ -570,8 +569,7 @@ impl Command {
self
}

/// Configuration for the child process's standard output (stdout) handle
/// (file descriptor 1).
/// Configuration for the child process's standard output (stdout) handle.
///
/// # Examples
///
Expand All @@ -591,8 +589,7 @@ impl Command {
self
}

/// Configuration for the child process's standard error (stderr) handle
/// (file descriptor 2).
/// Configuration for the child process's standard error (stderr) handle.
///
/// # Examples
///
Expand Down

0 comments on commit 5ee7db6

Please sign in to comment.