Fix the wording in this man page so that it

reflects the actual behavior of the API
for listing extended attributes.

PR:		docs/79261
Submitted by:	rodrigc
Reviewed by:	rwatson, kan
Approved by:	das (mentor)
This commit is contained in:
Craig Rodrigues 2005-06-10 16:54:17 +00:00
parent ad0fdce506
commit e5d54f7733
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147258

View File

@ -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