Merge pull request #488 from nhooyr/man-fix-redirect

[man] Remove useless `.R` macros
This commit is contained in:
Junegunn Choi 2016-02-12 13:29:39 +09:00
commit e57182c658

View File

@ -71,7 +71,7 @@ e.g. \fBhistory | fzf --tac --no-sort\fR
.BI "--tiebreak=" "CRI[,..]" .BI "--tiebreak=" "CRI[,..]"
Comma-separated list of sort criteria to apply when the scores are tied. Comma-separated list of sort criteria to apply when the scores are tied.
.br .br
.R ""
.br .br
.BR length " Prefers item with shorter length" .BR length " Prefers item with shorter length"
.br .br
@ -81,7 +81,7 @@ Comma-separated list of sort criteria to apply when the scores are tied.
.br .br
.BR index " Prefers item that appeared earlier in the input stream" .BR index " Prefers item that appeared earlier in the input stream"
.br .br
.R ""
.br .br
- Each criterion should appear only once in the list - Each criterion should appear only once in the list
.br .br
@ -144,7 +144,7 @@ Reverse orientation
.BI "--margin=" MARGIN .BI "--margin=" MARGIN
Comma-separated expression for margins around the finder. Comma-separated expression for margins around the finder.
.br .br
.R ""
.br .br
.RS .RS
.BR TRBL " Same margin for top, right, bottom, and left" .BR TRBL " Same margin for top, right, bottom, and left"
@ -155,12 +155,12 @@ Comma-separated expression for margins around the finder.
.br .br
.BR T,R,B,L " Top, right, bottom, left margin" .BR T,R,B,L " Top, right, bottom, left margin"
.br .br
.R ""
.br .br
Each part can be given in absolute number or in percentage relative to the Each part can be given in absolute number or in percentage relative to the
terminal size with \fB%\fR suffix. terminal size with \fB%\fR suffix.
.br .br
.R ""
.br .br
e.g. \fBfzf --margin 10%\fR e.g. \fBfzf --margin 10%\fR
\fBfzf --margin 1,5%\fR \fBfzf --margin 1,5%\fR
@ -431,7 +431,7 @@ Junegunn Choi (\fIjunegunn.c@gmail.com\fR)
.I https://github.com/junegunn/fzf .I https://github.com/junegunn/fzf
.RE .RE
.br .br
.R ""
.br .br
.B Extra Vim plugin: .B Extra Vim plugin:
.RS .RS