Skip to content

Commit

Permalink
Add newlines to SYNOPSIS sections
Browse files Browse the repository at this point in the history
  • Loading branch information
kraai committed Sep 28, 2016
1 parent eaebe26 commit e435385
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 e435385

Please sign in to comment.