diff options
| author | bors <bors@rust-lang.org> | 2013-03-26 04:42:57 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-26 04:42:57 -0700 |
| commit | 125cdf52cd280ed8e82e02eedffa3dd8a0cbe42a (patch) | |
| tree | 960f5cf004a7117bf0eb9e346162ed424019141d /src | |
| parent | 2815328e41e0901574cc023fd6aeec4b151635ab (diff) | |
| parent | 664715065737384a380a7d424ca63551f6788d2a (diff) | |
| download | rust-125cdf52cd280ed8e82e02eedffa3dd8a0cbe42a.tar.gz rust-125cdf52cd280ed8e82e02eedffa3dd8a0cbe42a.zip | |
auto merge of #5542 : catamorphism/rust/issue-4983, r=catamorphism
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcore/run.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/run.rs b/src/libcore/run.rs index 5fbb5e3c223..088c10cbc1d 100644 --- a/src/libcore/run.rs +++ b/src/libcore/run.rs @@ -182,7 +182,7 @@ fn with_dirp<T>(d: &Option<~str>, * * # Return value * - * The process id + * The process's exit code */ pub fn run_program(prog: &str, args: &[~str]) -> int { let pid = spawn_process(prog, args, &None, &None, |
