[lxc-devel] [lxd/master] Remove extraneous backslash

ChrisMacNaughton on Github lxc-bot at linuxcontainers.org
Tue Jul 4 11:46:52 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170704/88ec4a31/attachment.bin>
-------------- next part --------------
From 6d24b1e105b8701a0553bb0d7d344751e30a76d0 Mon Sep 17 00:00:00 2001
From: Chris MacNaughton <chmacnaughton at gmail.com>
Date: Tue, 4 Jul 2017 13:46:36 +0200
Subject: [PATCH] Remove extraneous backslash

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

diff --git a/doc/storage.md b/doc/storage.md
index 3b1924bb3..75f28e146 100644
--- a/doc/storage.md
+++ b/doc/storage.md
@@ -216,7 +216,7 @@ lxc storage create pool1 lvm source=/dev/sdX
  - Create a new pool called "pool1" using "/dev/sdX" with the LVM Volume Group called "my-pool".
 
 ```
-lxc storage create pool1 lvm source=/dev/sdX lvm.vg\_name=my-pool
+lxc storage create pool1 lvm source=/dev/sdX lvm.vg_name=my-pool
 ```
 
 ### ZFS


More information about the lxc-devel mailing list