summaryrefslogtreecommitdiffstats
path: root/man/man1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-26 10:28:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-26 10:28:14 +0900
commit39f43587d027be6e417a7b162b9d2b4fadc5959e (patch)
tree875b651f3f8f97296fbca2f6396739e07e3876c8 /man/man1
parentfdaa4e9b18a761dd0c60a1d4429c9f6c3eb58c96 (diff)
Fix typo in man page
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/fzf.116
1 files changed, 8 insertions, 8 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 151f9a95..5ef9c6a3 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -155,26 +155,26 @@ of field index expressions.
With \fI-x\fR or \fI--extended\fR option, fzf will start in "extended-search
mode". In this mode, you can specify multiple patterns delimited by spaces,
-such as: \fB^music .mp3$ sbtrkt !rmx\fR
+such as: \fB'wild ^music .mp3$ sbtrkt !rmx\fR
.SS Exact-match (quoted)
A term that is prefixed by a single-quote character (') is interpreted as an
-"exact-match" (or "non-fuzzy") term. fzf will search for the exact occurrence
+"exact-match" (or "non-fuzzy") term. fzf will search for the exact occurrences
of the string.
.SS Anchored-match
-A term can be prefixed by ^, or suffixed by $ to become an anchored-match term
-and used to search items that starts with or ends with the given string.
-An anchored-match term is also an exact-match term.
+A term can be prefixed by ^, or suffixed by $ to become an anchored-match term.
+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
from the result.
.SS Extended-exact mode
-If you don't need fuzzy matching at all and do not wish to "quote" every word,
-start fzf with \fI-e\fR or \fI--extended-exact\fR option (instead of \fI-x\fR or
-\fI--extended\fR).
+If you don't need fuzzy matching at all and do not wish to "quote" (prefixing
+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)