about summary refs log tree commit diff
path: root/src/libstd/process.rs
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2017-04-04 16:23:52 -0400
committerMichael Gattozzi <mgattozzi@gmail.com>2017-04-04 16:23:52 -0400
commitc7f2dbef90231eab0b0f2032854823d192a964eb (patch)
tree0b506a2d21858edee919d1a28d53fa1de351efd8 /src/libstd/process.rs
parent1d59c67942ea682d0de4bb847d6da38d6417e07d (diff)
downloadrust-c7f2dbef90231eab0b0f2032854823d192a964eb.tar.gz
rust-c7f2dbef90231eab0b0f2032854823d192a964eb.zip
Change docs to follow review requests
Diffstat (limited to 'src/libstd/process.rs')
-rw-r--r--src/libstd/process.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/process.rs b/src/libstd/process.rs
index 265228281f8..123138daeea 100644
--- a/src/libstd/process.rs
+++ b/src/libstd/process.rs
@@ -233,9 +233,9 @@ impl fmt::Debug for ChildStdout {
     }
 }
 
-/// A handle to a child process's stderr. It can be used to
-/// read any errors that the child process has output while
-/// running.
+/// A handle to a child process's stderr.
+///
+/// This struct is used in the [`stderr`] field on [`Child`].
 ///
 /// [`Child`]: struct.Child.html
 /// [`stderr`]: struct.Child.html#structfield.stderr