--- a/docs/html/get-property.html Sat Aug 05 11:33:17 2017 +0200 +++ b/docs/html/get-property.html Sat Aug 05 13:35:27 2017 +0200 @@ -66,15 +66,15 @@ <div class="content"> <h1 id="dav-get-property">dav get-property</h1> <p><strong><code>get-property [-pc] [-n <uri>] <url> <property></code></strong></p> -<p>Gets a specified resource property. Every WebDAV property has a name and an XMl namespace. A namespace can be specified with the <code>-n</code> option or with a prefixed name. A prefix and property name are separated by an <strong>:</strong></p> +<p>Gets a specific resource property. Every WebDAV property has a name and an XML namespace. A namespace can be specified with the <code>-n</code> option or with a prefixed name. The prefix and property name are separated by a <strong>:</strong> as usual.</p> <p>Example: <code>D:creationdate</code></p> <p><code>D</code> is the prefix, <code>creationdate</code> is the name.</p> -<p>There are only two available prefixes:</p> +<p>There are only two available prefixes by default:</p> <ol style="list-style-type: decimal"> <li><code>D</code> for the <code>DAV:</code> namespace</li> <li><code>idav</code> for <code>http://davutils.org/</code></li> </ol> -<p>To use an other namespace, use the <code>-n</code> option.</p> +<p>To use another namespace, use the <code>-n</code> option.</p> <p>If the property name has no prefix, and no namespace is specified, the default namespace <code>DAV:</code> is used.</p> <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> <p><strong><code>-c</code></strong> enable file name and path decryption</p>