[man] Fix invalid exit status in man page

Close #511
This commit is contained in:
Junegunn Choi 2016-02-26 23:36:07 +09:00
parent 85751966e9
commit 1d6f05f974

View File

@ -364,7 +364,11 @@ Default options. e.g. \fBexport FZF_DEFAULT_OPTS="--extended --cycle"\fR
.SH EXIT STATUS
.BR 0 " Normal exit"
.br
.BR 1 " Interrupted with \fBCTRL-C\fR or \fBESC\fR"
.BR 1 " No match"
.br
.BR 2 " Error"
.br
.BR 130 " Interrupted with \fBCTRL-C\fR or \fBESC\fR"
.SH FIELD INDEX EXPRESSION