diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 10:43:05 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 10:43:05 +0000 |
commit | 0a57ea7df24d23c69c2740cf86d8bff7553555e6 (patch) | |
tree | acdfe06653d772ba3e3cf286ade348e8336ffa0e /share/man/man9/VOP_GETEXTATTR.9 | |
parent | 7146d6cb3e9b88a881f8133cb98106feb39a1f44 (diff) |
Mark lists as in the rest of section 9 manpages.
Submitted by: Joel Dahl (mostly)
Notes
Notes:
svn path=/head/; revision=140931
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index 6c4646700109..0971c27a2951 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -52,16 +52,16 @@ from a file or directory. Its arguments are: .Bl -tag -width ".Fa attrnamespace" .It Fa vp -the vnode of the file or directory +The vnode of the file or directory. .It Fa attrnamespace -integer constant indicating which extended attribute namespace the attribute -name is present in +Integer constant indicating which extended attribute namespace the attribute +name is present in. .It Fa name -pointer to a null-terminated character string containing the attribute name +Pointer to a null-terminated character string containing the attribute name. .It Fa uio -the location of the data to be read +The location of the data to be read. .It Fa size -if not +If not .Dv NULL , on return it will contain the number of bytes required to read all of the attribute data. @@ -73,9 +73,9 @@ when .Fa size is not, and vise versa. .It Fa cred -the user credentials to use in authorizing the request +The user credentials to use in authorizing the request. .It Fa td -the thread requesting the extended attribute +The thread requesting the extended attribute. .El .Pp The |