aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2024-09-20 07:24:26 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-09-23 13:03:06 +0000
commit6f357a211afe937503f6cc289126a3a0cb3deda7 (patch)
tree88627c4e8463afffe55c077727b3ada7c17db77c
parentc22bc90d4e329471d800580530a61e62bfbdda13 (diff)
VOP_ATTRIB.9: switch to Fa/Fc
(cherry picked from commit 66fcbd9556b0053253a945638ae360ffc9040c82)
-rw-r--r--share/man/man9/VOP_ATTRIB.922
1 files changed, 18 insertions, 4 deletions
diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9
index a3bf2c0f8898..d7c55bd683d8 100644
--- a/share/man/man9/VOP_ATTRIB.9
+++ b/share/man/man9/VOP_ATTRIB.9
@@ -37,12 +37,26 @@
.In sys/param.h
.In sys/vnode.h
.Ft int
-.Fn VOP_GETATTR "struct vnode *vp" "struct vattr *vap" "struct ucred *cred"
+.Fo VOP_GETATTR
+.Fa struct vnode *vp
+.Fa flags
+.Fa struct vattr *vap
+.Fa struct ucred *cred
+.Fc
.Ft int
-.Fn VOP_SETATTR "struct vnode *vp" "struct vattr *vap" "struct ucred *cred"
+.Fo VOP_SETATTR
+.Fa struct vnode *vp
+.Fa struct vattr *vap
+.Fa struct ucred *cred
+.Fc
.Ft int
-.Fn VOP_STAT "struct vnode *vp" "struct stat *sb" "struct ucred *active_cred" \
-"struct ucred *file_cred"
+.Fo VOP_STAT
+.Fa struct vnode *vp
+.Fa struct stat *sb
+.Fa flags
+.Fa struct ucred *active_cred
+.Fa struct ucred *file_cred
+.Fc
.Sh DESCRIPTION
These entry points manipulate various attributes of a file or directory,
including file permissions, owner, group, size,