From 6cb655c29a06c175a7b0aa601248012a34c183c2 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Mon, 22 Sep 2014 22:38:26 +0200
Subject: [PATCH] Fixed none escaped \ in manpage.

---
 doc/vimb.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.20.1