Branch: Tag:

2015-05-25

2015-05-25 15:33:02 by Martin Nilsson <nilsson@opera.com>

Removed trailing spaces.

6855:      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Set the attribute <code>attr</code> to the value <code>value</code>.</p> - <p> The flags parameter can be used to refine the semantics of the operation. </p> + <p> The flags parameter can be used to refine the semantics of the operation.</p>   <p> <code>Stdio.XATTR_CREATE</code> specifies a pure create, which -  fails if the named attribute exists already. </p> +  fails if the named attribute exists already.</p>   <p> <code>Stdio.XATTR_REPLACE</code> specifies a pure replace operation, which    fails if the named attribute does not already exist.</p>   <p> By default (no flags), the extended attribute will be created if need be,