Skip to content

Commit 8c4a68d

Browse files
author
Pirh
committed
Add line break after summary of process::Output
1 parent 32c4b71 commit 8c4a68d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/libstd/process.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -701,9 +701,11 @@ impl AsInnerMut<imp::Command> for Command {
701701
fn as_inner_mut(&mut self) -> &mut imp::Command { &mut self.inner }
702702
}
703703

704-
/// The output of a finished process. This is returned in a Result by
705-
/// either the [`output`] method of a [`Command`], or the
706-
/// [`wait_with_output`] method of a [`Child`] process.
704+
/// The output of a finished process.
705+
///
706+
/// This is returned in a Result by either the [`output`] method of a
707+
/// [`Command`], or the [`wait_with_output`] method of a [`Child`]
708+
/// process.
707709
///
708710
/// [`Command`]: struct.Command.html
709711
/// [`Child`]: struct.Child.html

0 commit comments

Comments
 (0)