aboutsummaryrefslogtreecommitdiffstats
path: root/ck.1
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-10-31 13:38:41 +0200
committergramanas <anastasis.gramm2@gmail.com>2018-10-31 13:38:41 +0200
commitbb57e08e8e42d9e0db7e6cd8e0dbaf67255d227f (patch)
tree0fa4d468693472ef60f67cf3335097ec1ff2d5dd /ck.1
parentf6fe2dd0e6c9f50f4ee98025b1342e31be67dcdd (diff)
downloadck-bb57e08e8e42d9e0db7e6cd8e0dbaf67255d227f.tar.gz
ck-bb57e08e8e42d9e0db7e6cd8e0dbaf67255d227f.tar.bz2
ck-bb57e08e8e42d9e0db7e6cd8e0dbaf67255d227f.zip
Fix wrong escape in manpage
Diffstat (limited to 'ck.1')
-rw-r--r--ck.13
1 files changed, 2 insertions, 1 deletions
diff --git a/ck.1 b/ck.1
index d23d889..cd94646 100644
--- a/ck.1
+++ b/ck.1
@@ -547,7 +547,8 @@ If it's a special character you can escape it with \\ (backslash).
.B EXAMPLES
.in +.2i
$ ck search "search term"
-$ ck search "\(require"
+.br
+$ ck search "\\(require"
.SS "Restore configs"
Given a working
.B ck