From: Daniel Carl Date: Mon, 22 Sep 2014 20:38:26 +0000 (+0200) Subject: Fixed none escaped \ in manpage. X-Git-Url: https://git.owens.tech/assets/static/git.owens.tech/assets/static/git.owens.tech/git?a=commitdiff_plain;h=6cb655c29a06c175a7b0aa601248012a34c183c2;p=vimb.git Fixed none escaped \ in manpage. --- diff --git a/doc/vimb.1 b/doc/vimb.1 index 427f0e6..0dbb7b2 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -676,7 +676,7 @@ shell patterns. Matches any single character except of '/'. .IP "\fB{one,two}\fP" Matches 'one' or 'two'. Any '{', ',' and '}' within this pattern must be -escaped by a '\'. '*' and '?' have no special meaning within the curly braces. +escaped by a '\\'. '*' and '?' have no special meaning within the curly braces. .IP "\fB\[char92]\fP" Use backslash to escape the special meaning of '?*{},' in the pattern or pattern list.