Skip to content

Commit

Permalink
Auto merge of #3127 - kraai:patch, r=alexcrichton
Browse files Browse the repository at this point in the history
Add newlines to SYNOPSIS sections
  • Loading branch information
bors authored Sep 28, 2016
2 parents eaebe26 + e435385 commit 19cfb67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/etc/man/cargo-install.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
cargo\-install \- Install a Rust binary
.SH SYNOPSIS
.PP
\f[I]cargo install\f[] [OPTIONS] <CRATE> \f[I]cargo install\f[]
[OPTIONS] \-\-list
\f[I]cargo install\f[] [OPTIONS] <CRATE>
.PP
\f[I]cargo install\f[] [OPTIONS] \-\-list
.SH DESCRIPTION
.PP
Install a Rust binary
Expand Down
1 change: 1 addition & 0 deletions src/etc/man/cargo-uninstall.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cargo\-uninstall \- Remove a Rust binary
.SH SYNOPSIS
.PP
\f[I]cargo uninstall\f[] [OPTIONS] <SPEC>
.PP
\f[I]cargo uninstall\f[] (\-h | \-\-help)
.SH DESCRIPTION
.PP
Expand Down

0 comments on commit 19cfb67

Please sign in to comment.