Fix /pool/storage/directory@path documentation

Because of a wrong copy and paste, the documentation was saying that
'path' is the path to a block device node while it's a path to a
directory.
This commit is contained in:
Christophe Fergeau 2013-03-19 12:43:20 +01:00
parent 0a418355cc
commit ff1d26fae4
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
<dt><code>directory</code></dt>
<dd>Provides the source for pools backed by directories. May
only occur once. Contains a single attribute <code>path</code>
which is the fully qualified path to the block device node.
which is the fully qualified path to the backing directory.
<span class="since">Since 0.4.1</span></dd>
<dt><code>adapter</code></dt>
<dd>Provides the source for pools backed by SCSI adapters. May