Skip to content

Commit 9e66712

Browse files
committed
---
yaml --- r: 275356 b: refs/heads/master c: 4551794 h: refs/heads/master
1 parent 6c4fe8f commit 9e66712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: aefbbc79a3d0c082e19fe3368604dab91333f8a9
2+
refs/heads/master: 45517947ba9a69260e5b3f4fe54a9aa21ed703eb
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/libstd/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ impl Child {
503503
/// By default, stdin, stdout and stderr are inherited from the parent.
504504
/// In order to capture the output into this `Result<Output>` it is
505505
/// necessary to create new pipes between parent and child. Use
506-
/// `stdout(Stdio::piped())` or `stdout(Stdio::piped())`, respectively.
506+
/// `stdout(Stdio::piped())` or `stderr(Stdio::piped())`, respectively.
507507
///
508508
/// # Examples
509509
///

0 commit comments

Comments
 (0)