summaryrefslogtreecommitdiff
path: root/man/man2
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-04-10 01:05:49 +0000
committerNathan Scott <nathans@sgi.com>2002-04-10 01:05:49 +0000
commit4aeed15c7d519b9e00d5289379ce2cbaf84194e8 (patch)
tree923e2e13b899c8b4ec44b7f5ddb1ad5691e7fe74 /man/man2
parentf1e8855ace15f00078c11498ae8f221b840b281b (diff)
downloadattr-4aeed15c7d519b9e00d5289379ce2cbaf84194e8.tar.gz
man page updates from Andreas.
Diffstat (limited to 'man/man2')
-rw-r--r--man/man2/listxattr.26
1 files changed, 2 insertions, 4 deletions
diff --git a/man/man2/listxattr.2 b/man/man2/listxattr.2
index 3946833..7b70a01 100644
--- a/man/man2/listxattr.2
+++ b/man/man2/listxattr.2
@@ -38,6 +38,8 @@ of extended attribute names associated with the given
.I path
in the filesystem.
The list is the set of (NULL-terminated) names, one after the other.
+Names of extended attributes to which the calling process does not
+have access will be omitted from the list.
The length of the attribute name
.I list
is returned.
@@ -70,10 +72,6 @@ An empty buffer of
zero can be passed into these calls to return the current size of the
list of extended attribute names, which can be used to estimate the
size of a buffer which is sufficiently large to hold the list of names.
-.PP
-The interface is designed to allow guessing of initial buffer
-sizes, and to enlarge buffers when the return value indicates
-that the buffer provided was too small.
.SH EXAMPLES
The
.I list