File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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 ///
You can’t perform that action at this time.
0 commit comments