We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 633b259 + 3dfc8c1 commit 107d423Copy full SHA for 107d423
src/libstd/process.rs
@@ -182,8 +182,10 @@ impl FromInner<AnonPipe> for ChildStderr {
182
}
183
184
185
-/// The `Command` type acts as a process builder, providing fine-grained control
186
-/// over how a new process should be spawned. A default configuration can be
+/// A process builder, providing fine-grained control
+/// over how a new process should be spawned.
187
+///
188
+/// A default configuration can be
189
/// generated using `Command::new(program)`, where `program` gives a path to the
190
/// program to be executed. Additional builder methods allow the configuration
191
/// to be changed (for example, by adding arguments) prior to spawning:
0 commit comments