File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -549,8 +549,7 @@ impl Command {
549
549
self
550
550
}
551
551
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.
554
553
///
555
554
/// # Examples
556
555
///
@@ -570,8 +569,7 @@ impl Command {
570
569
self
571
570
}
572
571
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.
575
573
///
576
574
/// # Examples
577
575
///
@@ -591,8 +589,7 @@ impl Command {
591
589
self
592
590
}
593
591
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.
596
593
///
597
594
/// # Examples
598
595
///
You can’t perform that action at this time.
0 commit comments