summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2005-06-10 16:54:17 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2005-06-10 16:54:17 +0000
commite5d54f7733afdcea5367ab271b625da625a355d8 (patch)
tree1c182ad2cec770d2cdade5cbb83ea0d1cbdfe21f
parentad0fdce506c805b4540e40c75b146d566d0733ca (diff)
Notes
-rw-r--r--lib/libc/sys/extattr_get_file.26
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2
index f129f5e34564..e55d94d638ea 100644
--- a/lib/libc/sys/extattr_get_file.2
+++ b/lib/libc/sys/extattr_get_file.2
@@ -97,8 +97,10 @@ The
system call deletes the extended attribute specified.
The
.Fn extattr_list_file
-returns a list of attributes present in the requested namespace, separated
-by ASCII 0 (nul) characters.
+returns a list of attributes present in the requested namespace.
+Each list entry consists of a single byte containing the length
+of the attribute name, followed by the attribute name.
+The attribute name is not terminated by ASCII 0 (nul).
The
.Fn extattr_get_file ,
and