summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_SETEXTATTR.9
diff options
context:
space:
mode:
authorarr <arr@FreeBSD.org>2001-11-20 18:19:19 +0000
committerarr <arr@FreeBSD.org>2001-11-20 18:19:19 +0000
commitd6a5097acfb786f3b9c7928ff97121c937d194df (patch)
tree34bd49faec8c8950d00eec1ab1e57d65b88ce539 /share/man/man9/VOP_SETEXTATTR.9
parentc58cb395e6c8970b1c3df2de4b29411cc80c467d (diff)
downloadFreeBSD-src-d6a5097acfb786f3b9c7928ff97121c937d194df.zip
FreeBSD-src-d6a5097acfb786f3b9c7928ff97121c937d194df.tar.gz
- Fix a number of man pages broken by the KSE merger.
Diffstat (limited to 'share/man/man9/VOP_SETEXTATTR.9')
-rw-r--r--share/man/man9/VOP_SETEXTATTR.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9
index 4826747..d1091d7 100644
--- a/share/man/man9/VOP_SETEXTATTR.9
+++ b/share/man/man9/VOP_SETEXTATTR.9
@@ -36,7 +36,7 @@
.In sys/vnode.h
.In sys/extattr.h
.Ft int
-.Fn VOP_SETEXTATTR "struct vnode *vp" "int attrnamespace" "const char *name" "struct uio *uio" "struct ucred *cred" "struct proc *p"
+.Fn VOP_SETEXTATTR "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 set specific named extended attribute for 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 setting the extended attribute
+.It Fa td
+the thread setting the extended attribute
.El
.Pp
The uio structure is used in a manner similar to the argument of the same
OpenPOWER on IntegriCloud