autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2015-05-25
2015-05-25 15:33:02 by Martin Nilsson <nilsson@opera.com>
453048573639176b9c5277f528bd58d4a5aebe41 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
no_ia64
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,