* Two small fix for manpages syntax
@ 2014-11-12 12:39 saulery
2014-11-12 12:39 ` lvconvert.8: fix bold and italic syntax mistake saulery
2014-11-12 12:39 ` lvmcache.7.in: fix syntax error (line continuation \\) saulery
0 siblings, 2 replies; 8+ messages in thread
From: saulery @ 2014-11-12 12:39 UTC (permalink / raw)
To: lvm-devel
Hello,
Here is two small patchs for some syntax mistakes in manpages.
Regards,
--
St?phane Aulery
^ permalink raw reply [flat|nested] 8+ messages in thread
* lvconvert.8: fix bold and italic syntax mistake
2014-11-12 12:39 Two small fix for manpages syntax saulery
@ 2014-11-12 12:39 ` saulery
2014-11-13 16:53 ` Zdenek Kabelac
2014-11-12 12:39 ` lvmcache.7.in: fix syntax error (line continuation \\) saulery
1 sibling, 1 reply; 8+ messages in thread
From: saulery @ 2014-11-12 12:39 UTC (permalink / raw)
To: lvm-devel
From: St?phane Aulery <saulery@free.fr>
Signed-off-by: St?phane Aulery <saulery@free.fr>
---
man/lvconvert.8.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/lvconvert.8.in b/man/lvconvert.8.in
index bf699ee..5c9c083 100644
--- a/man/lvconvert.8.in
+++ b/man/lvconvert.8.in
@@ -416,7 +416,7 @@ and
Sets the size of cache or thin pool's metadata logical volume,
if the pool metadata volume is undefined.
Pool is specified with the option
-\B\-\-cachepool\P or \fB\-\-thinpool\fP.
+\fB\-\-cachepool\fP or \fB\-\-thinpool\fP.
For thin pool supported value is in the range between 2MiB and 16GiB.
The default value is estimated with this formula
(Pool_LV_size / Pool_LV_chunk_size * 64b).
--
2.1.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* lvmcache.7.in: fix syntax error (line continuation \\)
2014-11-12 12:39 Two small fix for manpages syntax saulery
2014-11-12 12:39 ` lvconvert.8: fix bold and italic syntax mistake saulery
@ 2014-11-12 12:39 ` saulery
2014-11-13 16:55 ` Zdenek Kabelac
1 sibling, 1 reply; 8+ messages in thread
From: saulery @ 2014-11-12 12:39 UTC (permalink / raw)
To: lvm-devel
From: St?phane Aulery <saulery@free.fr>
Signed-off-by: St?phane Aulery <saulery@free.fr>
---
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
.br
--
2.1.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* lvconvert.8: fix bold and italic syntax mistake
2014-11-12 12:39 ` lvconvert.8: fix bold and italic syntax mistake saulery
@ 2014-11-13 16:53 ` Zdenek Kabelac
2014-11-13 20:04 ` Stéphane Aulery
0 siblings, 1 reply; 8+ messages in thread
From: Zdenek Kabelac @ 2014-11-13 16:53 UTC (permalink / raw)
To: lvm-devel
Dne 12.11.2014 v 13:39 saulery at free.fr napsal(a):
> From: St?phane Aulery <saulery@free.fr>
>
> Signed-off-by: St?phane Aulery <saulery@free.fr>
Accepted
Zdenek
^ permalink raw reply [flat|nested] 8+ messages in thread
* lvmcache.7.in: fix syntax error (line continuation \\)
2014-11-12 12:39 ` lvmcache.7.in: fix syntax error (line continuation \\) saulery
@ 2014-11-13 16:55 ` Zdenek Kabelac
2014-11-13 17:06 ` David Teigland
0 siblings, 1 reply; 8+ messages in thread
From: Zdenek Kabelac @ 2014-11-13 16:55 UTC (permalink / raw)
To: lvm-devel
Dne 12.11.2014 v 13:39 saulery at free.fr napsal(a):
> From: St?phane Aulery <saulery@free.fr>
>
> Signed-off-by: St?phane Aulery <saulery@free.fr>
> ---
> 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* lvmcache.7.in: fix syntax error (line continuation \\)
2014-11-13 16:55 ` Zdenek Kabelac
@ 2014-11-13 17:06 ` David Teigland
2014-11-13 20:04 ` Stéphane Aulery
0 siblings, 1 reply; 8+ messages in thread
From: David Teigland @ 2014-11-13 17:06 UTC (permalink / raw)
To: lvm-devel
On Thu, Nov 13, 2014 at 05:55:33PM +0100, Zdenek Kabelac wrote:
> >-.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
I've removed the line continuation mark.
^ permalink raw reply [flat|nested] 8+ messages in thread
* lvconvert.8: fix bold and italic syntax mistake
2014-11-13 16:53 ` Zdenek Kabelac
@ 2014-11-13 20:04 ` Stéphane Aulery
0 siblings, 0 replies; 8+ messages in thread
From: Stéphane Aulery @ 2014-11-13 20:04 UTC (permalink / raw)
To: lvm-devel
Le jeudi 13 novembre 2014 ? 05:53:53, Zdenek Kabelac a ?crit :
> Dne 12.11.2014 v 13:39 saulery at free.fr napsal(a):
> >From: St?phane Aulery <saulery@free.fr>
> >
> >Signed-off-by: St?phane Aulery <saulery@free.fr>
>
> Accepted
Thanks !
--
St?phane Aulery
^ permalink raw reply [flat|nested] 8+ messages in thread
* lvmcache.7.in: fix syntax error (line continuation \\)
2014-11-13 17:06 ` David Teigland
@ 2014-11-13 20:04 ` Stéphane Aulery
0 siblings, 0 replies; 8+ messages in thread
From: Stéphane Aulery @ 2014-11-13 20:04 UTC (permalink / raw)
To: lvm-devel
Le jeudi 13 novembre 2014 ? 11:06:36, David Teigland a ?crit :
> On Thu, Nov 13, 2014 at 05:55:33PM +0100, Zdenek Kabelac wrote:
> > >-.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
>
> I've removed the line continuation mark.
Thanks !
--
St?phane Aulery
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-11-13 20:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 12:39 Two small fix for manpages syntax saulery
2014-11-12 12:39 ` lvconvert.8: fix bold and italic syntax mistake saulery
2014-11-13 16:53 ` Zdenek Kabelac
2014-11-13 20:04 ` Stéphane Aulery
2014-11-12 12:39 ` lvmcache.7.in: fix syntax error (line continuation \\) saulery
2014-11-13 16:55 ` Zdenek Kabelac
2014-11-13 17:06 ` David Teigland
2014-11-13 20:04 ` Stéphane Aulery
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.