Add format/@type entries to examples to show what the text is talking
about.
Add missing blank.
Signed-off-by: Philipp Hahn <hahn(a)univention.de>
---
docs/storage.html.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
This is a re-post from 2013-02-07, as ist still is unclear where the <type>
should go.
diff --git a/docs/storage.html.in b/docs/storage.html.in
index d81efdb..10b1f1f 100644
--- a/docs/storage.html.in
+++ b/docs/storage.html.in
@@ -195,6 +195,7 @@
<name>virtimages</name>
<source>
<device path="/dev/VolGroup00/VirtImages"/>
+ <format type="auto"/>
</source>
<target>
<path>/var/lib/virt/images</path>
@@ -324,6 +325,7 @@
<device path="/dev/sda1"/>
<device path="/dev/sdb1"/>
<device path="/dev/sdc1"/>
+ <format type="lvm2"/>
</source>
<target>
<path>/dev/HostVG</path>
@@ -334,7 +336,7 @@
<p>
The logical volume pool supports only the <code>lvm2</code> format,
although not supplying a format value will result in automatic
- selection of the<code>lvm2</code> format.
+ selection of the <code>lvm2</code> format.
</p>
<h3>Valid volume format types</h3>
@@ -359,6 +361,7 @@
<name>sda</name>
<source>
<device path='/dev/sda'/>
+ <format type='gpt'/>
</source>
<target>
<path>/dev</path>
--
2.1.4