diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2001-03-19 05:53:39 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2001-03-19 05:53:39 +0000 |
commit | 6feb993d95f5ee7ed13ce43ec8326f75a9a3bb39 (patch) | |
tree | d0855ceeda532c09863754eebc02873b414a9282 /share/man/man9/VOP_GETEXTATTR.9 | |
parent | 231b9e916a65abf8e257953b9e6ef957b6aa0a96 (diff) |
o Rename "namespace" argument to "attrnamespace" as namespace is a C++
reserved word
Submitted by: jkh
Obtained from: TrustedBSD Project
Notes
Notes:
svn path=/head/; revision=74439
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index f47bf9b90743..c5b4320b366d 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -36,7 +36,7 @@ .Fd #include <sys/vnode.h> .Fd #include <sys/extattr.h> .Ft int -.Fn VOP_GETEXTATTR "struct vnode *vp" "int namespace" "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 proc *p" .Sh DESCRIPTION This vnode call may be used to retrieve a specific named extended attribute from 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 Ar attrnamespace integer constant indicating which extended attribute namespace the attribute name is present in .It Fa name |