diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-02-10 20:48:22 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-02-10 20:48:22 +0000 |
| commit | 8466e2ba43c8a600317da33db98973cbc932548b (patch) | |
| tree | 16186427beba69a4173564e2820025814bf802bd | |
| parent | c0a9dc83c8300849aec74c7a1a339b9bf25db14b (diff) | |
Notes
| -rw-r--r-- | share/man/man9/VOP_REVOKE.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_REVOKE.9 b/share/man/man9/VOP_REVOKE.9 index a85b9dc4f43b..e5faf95bd0b7 100644 --- a/share/man/man9/VOP_REVOKE.9 +++ b/share/man/man9/VOP_REVOKE.9 @@ -60,7 +60,7 @@ to signify that all access will be revoked; any other value is invalid. .Sh LOCKS The .Ar vp -will be unlocked on entry, and will remain unlocked upon return. +must be unlocked on entry, and will remain unlocked upon return. .Sh SEE ALSO .Xr make_dev_alias 9 , .Xr vnode 9 |
