summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LISTEXTATTR.9
Commit message (Collapse)AuthorAgeFilesLines
* Update man page to reflect the fact that VOP_LISTEXTATTRrodrigc2005-08-191-5/+7
| | | | | | | | | | 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
* Mark lists as in the rest of section 9 manpages.ru2005-01-281-7/+7
| | | | Submitted by: Joel Dahl (mostly)
* Sweep formatting and assorted fixes.ru2004-07-071-5/+12
|
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-041-1/+1
|
* Spelling fixes.mpp2004-06-211-1/+1
|
* Mdoc Janitor:hmp2003-10-231-1/+2
| | | | * Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages.
* Document VOP_LISTEXTATTR(9).rwatson2003-06-051-0/+126
Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
OpenPOWER on IntegriCloud