summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_SETEXTATTR.9
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-19 05:53:39 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-19 05:53:39 +0000
commit5a276e4bc827efb47171751990d8dc312365e76e (patch)
tree086390c0f76f6a16bdc8b9e052f9cf76d15e5dfd /share/man/man9/VOP_SETEXTATTR.9
parent4c991540293c59e2e181e951692932f56624e63a (diff)
downloadFreeBSD-src-5a276e4bc827efb47171751990d8dc312365e76e.zip
FreeBSD-src-5a276e4bc827efb47171751990d8dc312365e76e.tar.gz
o Rename "namespace" argument to "attrnamespace" as namespace is a C++
reserved word Submitted by: jkh Obtained from: TrustedBSD Project
Diffstat (limited to 'share/man/man9/VOP_SETEXTATTR.9')
-rw-r--r--share/man/man9/VOP_SETEXTATTR.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9
index 60ef3ce..506c393 100644
--- a/share/man/man9/VOP_SETEXTATTR.9
+++ b/share/man/man9/VOP_SETEXTATTR.9
@@ -36,7 +36,7 @@
.Fd #include <sys/vnode.h>
.Fd #include <sys/extattr.h>
.Ft int
-.Fn VOP_SETEXTATTR "struct vnode *vp" "int namespace" "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 proc *p"
.Sh DESCRIPTION
This vnode call may be used to set specific named extended attribute for a
file or directory.
@@ -45,7 +45,7 @@ Its arguments are:
.Bl -tag -width type
.It Fa vp
the vnode of the file or directory
-.It Fa namespace
+.It Fa attrnamespace
integer constant indicating which extended attribute namespace the attribute
name is present in
.It Fa name
OpenPOWER on IntegriCloud