cvs commit: src/share/man/man9 VOP_LISTEXTATTR.9
Craig Rodrigues
rodrigc at FreeBSD.org
Wed Aug 31 00:33:19 GMT 2005
rodrigc 2005-08-31 00:33:18 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
share/man/man9 VOP_LISTEXTATTR.9
Log:
MFC: VOP_LISTEXTATTR.9, 1.7
Update man page to reflect the fact that VOP_LISTEXTATTR
does not return a list of ASCII NUL terminated strings.
Instead, a list of attribute names is returned, where each
list entry consists of one byte for the name length, followed
by the name, without a terminating ASCII NUL.
This in similar to change 1.17 to extattr_get_file.2
Reviewed by: rwatson, ru
MFC: VOP_LISTEXTATTR.9, 1.6
Minor formatting fixes.
Revision Changes Path
1.5.2.1 +14 -12 src/share/man/man9/VOP_LISTEXTATTR.9
More information about the cvs-src
mailing list