diff options
author | Andrew R. Reiter <arr@FreeBSD.org> | 2001-11-20 18:19:19 +0000 |
---|---|---|
committer | Andrew R. Reiter <arr@FreeBSD.org> | 2001-11-20 18:19:19 +0000 |
commit | c25081010f223f1e7e5bbaf883d0a9d3e568df8f (patch) | |
tree | 34bd49faec8c8950d00eec1ab1e57d65b88ce539 /share/man/man9/VOP_GETEXTATTR.9 | |
parent | 64f9eb2f00c3ef3b61b7191a206f8695c515b785 (diff) |
- Fix a number of man pages broken by the KSE merger.
Notes
Notes:
svn path=/head/; revision=86691
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index 5aaea1640b42..49957db2ceab 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -36,7 +36,7 @@ .In sys/vnode.h .In sys/extattr.h .Ft int -.Fn VOP_GETEXTATTR "struct vnode *vp" "int attrnamespace" "const char *name" "struct uio *uio" "struct ucred *cred" "struct proc *p" +.Fn VOP_GETEXTATTR "struct vnode *vp" "int attrnamespace" "const char *name" "struct uio *uio" "struct ucred *cred" "struct thread *td" .Sh DESCRIPTION This vnode call may be used to retrieve a specific named extended attribute from a file or directory. @@ -54,8 +54,8 @@ pointer to a null-terminated character string containing the attribute name the location of the data to be read or written .It Fa cred the user credentials to use in authorizing the request -.It Fa p -the process requesting the extended attribute +.It Fa td +the thread requesting the extended attribute .El .Pp The |