diff options
Diffstat (limited to 'share/man/man9/VOP_READLINK.9')
-rw-r--r-- | share/man/man9/VOP_READLINK.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_READLINK.9 b/share/man/man9/VOP_READLINK.9 index f2284db..213883c 100644 --- a/share/man/man9/VOP_READLINK.9 +++ b/share/man/man9/VOP_READLINK.9 @@ -43,11 +43,11 @@ .Sh DESCRIPTION This reads the target pathname of a symbolic link .Bl -tag -width uio -.It Ar vp +.It Fa vp the vnode of the symlink -.It Ar uio +.It Fa uio the location of the data to be read or written -.It Ar cred +.It Fa cred the credentials of the caller .El .Sh LOCKS |