From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zdenek Kabelac Date: Thu, 13 Nov 2014 17:55:33 +0100 Subject: lvmcache.7.in: fix syntax error (line continuation \\) In-Reply-To: <1415795977-4518-3-git-send-email-saulery@free.fr> References: <1415795977-4518-1-git-send-email-saulery@free.fr> <1415795977-4518-3-git-send-email-saulery@free.fr> Message-ID: <5464E285.3060406@redhat.com> List-Id: To: lvm-devel@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dne 12.11.2014 v 13:39 saulery at free.fr napsal(a): > From: St?phane Aulery > > Signed-off-by: St?phane Aulery > --- > man/lvmcache.7.in | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/man/lvmcache.7.in b/man/lvmcache.7.in > index 79ceb64..75e2d54 100644 > --- a/man/lvmcache.7.in > +++ b/man/lvmcache.7.in > @@ -88,11 +88,7 @@ CacheDataLV is renamed CachePoolLV_cdata and becomes hidden. > .br > CacheMetaLV is renamed CachePoolLV_cmeta and becomes hidden. > > -.B lvconvert \-\-type cache-pool \-\-poolmetadata VG/CacheMetaLV \\ > -.br > -.RS > -.B VG/CacheDataLV > -.RE > +.B lvconvert \-\-type cache-pool \-\-poolmetadata VG/CacheMetaLV VG/CacheDataLV > > .I Example Well the author didn't wanted to see VG/Cache-DataLV (split) so how to do it properly ? This patch as is for now not accepted. Zdenek