rename the disk type from 'dos' to 'msdos'

* docs/storage.html[.in] src/storage_backend_disk.c: patch from
  Cole Robinson to rename the disk type from 'dos' to 'msdos'
Daniel
This commit is contained in:
Daniel Veillard
2008-08-12 11:26:00 +00:00
parent 413c5dbf07
commit ef7fec1168
4 changed files with 15 additions and 10 deletions

View File

@@ -258,7 +258,7 @@ libvirt.
</p>
<ul>
<li>
<code>dos</code>
<code>msdos</code>
</li>
<li>
<code>dvh</code>
@@ -280,7 +280,7 @@ libvirt.
</li>
</ul>
<p>
The <code>dos</code> or <code>gpt</code> formats are recommended for
The <code>msdos</code> or <code>gpt</code> formats are recommended for
best portability - the latter is needed for disks larger than 2TB.
</p>