aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_GETEXTATTR.9
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-02-15 12:27:11 +0000
committerBruce Evans <bde@FreeBSD.org>2001-02-15 12:27:11 +0000
commit206402b24d182b4a15786374dcb8feaf8a0a4408 (patch)
treee955f696b997b9e30c265cf830382fe3e98830b5 /share/man/man9/VOP_GETEXTATTR.9
parent2f397f6b6ca40cf80782f92345f5a761470b2def (diff)
downloadsrc-206402b24d182b4a15786374dcb8feaf8a0a4408.tar.gz
src-206402b24d182b4a15786374dcb8feaf8a0a4408.zip
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.92
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.