Skip to content

Commit 5ee7db6

Browse files
committed
Remove platform-specific terminology.
1 parent a1f9052 commit 5ee7db6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/libstd/process.rs

+3-6
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,7 @@ impl Command {
549549
self
550550
}
551551

552-
/// Configuration for the child process's standard input (stdin) handle
553-
/// (file descriptor 0).
552+
/// Configuration for the child process's standard input (stdin) handle.
554553
///
555554
/// # Examples
556555
///
@@ -570,8 +569,7 @@ impl Command {
570569
self
571570
}
572571

573-
/// Configuration for the child process's standard output (stdout) handle
574-
/// (file descriptor 1).
572+
/// Configuration for the child process's standard output (stdout) handle.
575573
///
576574
/// # Examples
577575
///
@@ -591,8 +589,7 @@ impl Command {
591589
self
592590
}
593591

594-
/// Configuration for the child process's standard error (stderr) handle
595-
/// (file descriptor 2).
592+
/// Configuration for the child process's standard error (stderr) handle.
596593
///
597594
/// # Examples
598595
///

0 commit comments

Comments
 (0)