Fixing man typo which resolves #398

This commit is contained in:
Martin Dvorak 2021-12-14 07:16:59 +01:00
parent 1e1b954a37
commit 4c7db9f2bb

View file

@ -9,7 +9,7 @@ uses shell history to provide suggest box like functionality
for commands used in the past. By default it parses .bash-history
file that is filtered as you type a command substring. Commands
are not just filtered, but also ordered by a ranking algorithm
that considers number of occurences, length and timestamp.
that considers number of occurrences, length and timestamp.
Favorite and frequently used commands can be bookmarked. In addition
\fBhstr\fR allows removal of commands from history - for instance with a typo
or with a sensitive content.
@ -50,7 +50,7 @@ Toggle regular expression and substring search.
Toggle case sensitive search.
.TP
\fBCtrl\-/\fR, \fBCtrl\-7\fR
Rotate view of history as provided by bash, ranked history ordered by the number of occurences/length/timestamp and favorites.
Rotate view of history as provided by bash, ranked history ordered by the number of occurrences/length/timestamp and favorites.
.TP
\fBCtrl\-f\fR
Add currently selected command to favorites.