[libvirt] [PATCH] Fix typo in storage pool documentation

Remove 2 words that shouldn't be here. --- docs/formatstorage.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index f13ca6a..0dcf6df 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -13,7 +13,7 @@ volumes. Some may have constraints on volume size, or placement. </p> <p> - The is the top level tag for a storage pool document is 'pool'. It has + The top level tag for a storage pool document is 'pool'. It has a single attribute <code>type</code>, which is one of <code>dir</code>, <code>fs</code>,<code>netfs</code>,<code>disk</code>,<code>iscsi</code>, <code>logical</code>. This corresponds to the storage backend drivers -- 1.7.7.4

On 12/19/2011 07:20 AM, Christophe Fergeau wrote:
Remove 2 words that shouldn't be here. --- docs/formatstorage.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index f13ca6a..0dcf6df 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -13,7 +13,7 @@ volumes. Some may have constraints on volume size, or placement. </p> <p> - The is the top level tag for a storage pool document is 'pool'. It has + The top level tag for a storage pool document is 'pool'. It has
ACK. -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Christophe Fergeau
-
Eric Blake