From 45517947ba9a69260e5b3f4fe54a9aa21ed703eb Mon Sep 17 00:00:00 2001 From: Lukas Pustina Date: Sat, 19 Mar 2016 21:07:47 +0100 Subject: Fixes 2. stdout to stderr in rustdoc --- src/libstd/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/process.rs') diff --git a/src/libstd/process.rs b/src/libstd/process.rs index b21f745764c..1b6993f1940 100644 --- a/src/libstd/process.rs +++ b/src/libstd/process.rs @@ -503,7 +503,7 @@ impl Child { /// By default, stdin, stdout and stderr are inherited from the parent. /// In order to capture the output into this `Result` it is /// necessary to create new pipes between parent and child. Use - /// `stdout(Stdio::piped())` or `stdout(Stdio::piped())`, respectively. + /// `stdout(Stdio::piped())` or `stderr(Stdio::piped())`, respectively. /// /// # Examples /// -- cgit 1.4.1-3-g733a5