diff options
| author | Michael Gattozzi <mgattozzi@gmail.com> | 2017-04-04 16:23:52 -0400 |
|---|---|---|
| committer | Michael Gattozzi <mgattozzi@gmail.com> | 2017-04-04 16:23:52 -0400 |
| commit | c7f2dbef90231eab0b0f2032854823d192a964eb (patch) | |
| tree | 0b506a2d21858edee919d1a28d53fa1de351efd8 /src/libstd | |
| parent | 1d59c67942ea682d0de4bb847d6da38d6417e07d (diff) | |
| download | rust-c7f2dbef90231eab0b0f2032854823d192a964eb.tar.gz rust-c7f2dbef90231eab0b0f2032854823d192a964eb.zip | |
Change docs to follow review requests
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/process.rs | 6 |
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 |
