summaryrefslogtreecommitdiffstats
path: root/man/man1/fzf.1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-26 10:31:11 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-26 10:31:47 +0900
commitc4bf820dc3133d84386e63430bebfaa8045509f2 (patch)
treed91535a43b61df9cd4d011ccde49769a4761f8cb /man/man1/fzf.1
parent39f43587d027be6e417a7b162b9d2b4fadc5959e (diff)
Update man page
Diffstat (limited to 'man/man1/fzf.1')
-rw-r--r--man/man1/fzf.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 5ef9c6a3..bfb358f4 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -168,7 +168,7 @@ Then fzf will search for the items that start with or end with the given
string. An anchored-match term is also an exact-match term.
.SS Negation
-If a term is prefixed by !, fzf will exclude the items that matches the term
+If a term is prefixed by !, fzf will exclude the items that satisfy the term
from the result.
.SS Extended-exact mode
@@ -177,10 +177,10 @@ with ') every word, start fzf with \fI-e\fR or \fI--extended-exact\fR option
(instead of \fI-x\fR or \fI--extended\fR).
.SH AUTHOR
-Junegunn Choi (junegunn.c@gmail.com)
+Junegunn Choi (\fIjunegunn.c@gmail.com\fR)
.SH SEE ALSO
-https://github.com/junegunn/fzf
+.I https://github.com/junegunn/fzf
.SH LICENSE
MIT