diff options
Diffstat (limited to 'share/man/man9/VOP_OPENCLOSE.9')
-rw-r--r-- | share/man/man9/VOP_OPENCLOSE.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_OPENCLOSE.9 b/share/man/man9/VOP_OPENCLOSE.9 index 45a046f..b27971a 100644 --- a/share/man/man9/VOP_OPENCLOSE.9 +++ b/share/man/man9/VOP_OPENCLOSE.9 @@ -51,11 +51,11 @@ entry point is called after a file is finished with by the process. .Pp The arguments are: .Bl -tag -width mode -.It Ar vp +.It Fa vp the vnode of the file -.It Ar mode +.It Fa mode the access mode required by the calling process -.It Ar td +.It Fa td the thread which is accessing the file .El .Pp |