aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2009-11-06 16:04:19 +0100
committerDaniel Veillard <veillard@redhat.com>2009-11-06 16:05:18 +0100
commitc6d5ac174ebedb71b28e064d96b188169268a8a6 (patch)
treeae6c6b7217951aae52174e6fcd5d133d4177ba94 /docs/archstorage.html.in
parentUse virBuffer when building QEMU char dev command line (diff)
downloadlibvirt-c6d5ac174ebedb71b28e064d96b188169268a8a6.tar.gz
libvirt-c6d5ac174ebedb71b28e064d96b188169268a8a6.tar.bz2
libvirt-c6d5ac174ebedb71b28e064d96b188169268a8a6.zip
Cleanup whitespace in docs
This patch is the result of running the following command in the docs directory: sed -i 's/\t/ /g; s/\s*$//' *.html.in * docs/*.html.in:convert tabs into 8 spaces and remove trailing whitespace
Diffstat (limited to 'docs/archstorage.html.in')
-rw-r--r--docs/archstorage.html.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/archstorage.html.in b/docs/archstorage.html.in
index 9bdbe53e3..059f0b792 100644
--- a/docs/archstorage.html.in
+++ b/docs/archstorage.html.in
@@ -7,16 +7,16 @@
</p>
<ol>
<li>
- <strong>Volume</strong> - a single storage volume which can
- be assigned to a guest, or used for creating further pools. A
- volume is either a block device, a raw file, or a special format
- file.
+ <strong>Volume</strong> - a single storage volume which can
+ be assigned to a guest, or used for creating further pools. A
+ volume is either a block device, a raw file, or a special format
+ file.
</li>
<li>
- <strong>Pool</strong> - provides a means for taking a chunk
- of storage and carving it up into volumes. A pool can be used to
- manage things such as a physical disk, a NFS server, a iSCSI target,
- a host adapter, an LVM group.
+ <strong>Pool</strong> - provides a means for taking a chunk
+ of storage and carving it up into volumes. A pool can be used to
+ manage things such as a physical disk, a NFS server, a iSCSI target,
+ a host adapter, an LVM group.
</li>
</ol>