summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_REMOVE.9
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-09-24 07:07:02 +0000
committerdillon <dillon@FreeBSD.org>1999-09-24 07:07:02 +0000
commit609f54c951188af186c30e759ae8b70731e6cbae (patch)
tree47c9ac7c8deb07c64e08946d540fe2ee9d110efb /share/man/man9/VOP_REMOVE.9
parent044d3b94b652491637d6b81817e165adb8dce612 (diff)
downloadFreeBSD-src-609f54c951188af186c30e759ae8b70731e6cbae.zip
FreeBSD-src-609f54c951188af186c30e759ae8b70731e6cbae.tar.gz
Update errors in documentation for various VOP_ calls. Specifically,
describe the correct locking state expected on entry and return.
Diffstat (limited to 'share/man/man9/VOP_REMOVE.9')
-rw-r--r--share/man/man9/VOP_REMOVE.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_REMOVE.9 b/share/man/man9/VOP_REMOVE.9
index 05a7e45..86a8f06 100644
--- a/share/man/man9/VOP_REMOVE.9
+++ b/share/man/man9/VOP_REMOVE.9
@@ -59,7 +59,7 @@ Both
.Fa dvp
and
.Fa vp
-should be locked on entry and are unlocked and released on exit.
+should be locked on entry and remain locked on return.
.Sh RETURN VALUES
Zero is returned on success, otherwise an error code is returned.
.Sh PSEUDOCODE
OpenPOWER on IntegriCloud