From 0aa16c1a77403f0958861a3d01b4fe992cedfbfe Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 16 Sep 2000 14:37:41 +0000 Subject: [PATCH] Fix a cut&paste mistake. --- share/man/man9/VOP_READLINK.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/VOP_READLINK.9 b/share/man/man9/VOP_READLINK.9 index 8d364da09275..08d847afb60a 100644 --- a/share/man/man9/VOP_READLINK.9 +++ b/share/man/man9/VOP_READLINK.9 @@ -47,7 +47,7 @@ This reads the target pathname of a symbolic link the vnode of the symlink .It Ar uio the location of the data to be read or written -.It Ar cnp +.It Ar cred the credentials of the caller .El .Sh LOCKS