summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2015-04-22 17:27:43 +0200
committerPetr Rockai <prockai@redhat.com>2015-04-22 17:31:11 +0200
commit92607ecfe62c2590c7816d53c709d3b96faa2357 (patch)
tree519c96c276521a2437f802d319a041129e455da5
parent33429ea0833c958f2f548c231b301243e06e81bd (diff)
downloadlvm2-92607ecfe62c2590c7816d53c709d3b96faa2357.tar.gz
man: Escape single quotes in an example to avoid groff's unicode conversion.
-rw-r--r--man/lvmcache.7.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/lvmcache.7.in b/man/lvmcache.7.in
index c77633ae1..493d6a96e 100644
--- a/man/lvmcache.7.in
+++ b/man/lvmcache.7.in
@@ -274,7 +274,7 @@ can be changed using commands like these:
.nf
# lvchange \-\-cachepolicy mq vg/lv1
-# lvchange \-\-cachesettings 'migration_threshold=2048 random_threshold=4' \\
+# lvchange \-\-cachesettings \(aqmigration_threshold=2048 random_threshold=4\(aq \\
vg/lv1
.fi