diff options
author | Bruce Evans <bde@FreeBSD.org> | 2001-02-15 12:27:11 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-15 12:27:11 +0000 |
commit | 206402b24d182b4a15786374dcb8feaf8a0a4408 (patch) | |
tree | e955f696b997b9e30c265cf830382fe3e98830b5 /share/man/man9/VOP_GETEXTATTR.9 | |
parent | 2f397f6b6ca40cf80782f92345f5a761470b2def (diff) |
Fixed bitrot in synopsis (some const poisoning had not reached here).
Notes
Notes:
svn path=/head/; revision=72516
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index b3e4cc033a00..97d45ea859d8 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" "char *name" "struct uio *uio" "struct ucred *cred" "struct proc *p" +.Fn VOP_GETEXTATTR "struct vnode *vp" "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. |