diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-09-25 17:21:21 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-09-25 17:21:21 +0000 |
| commit | 87b0140cdf82d3735d6b5bdc220088338cd7362b (patch) | |
| tree | af8c8ce27f6cec26489b4e7ff305dccaad3112b7 | |
| parent | e55373e21c9cbfd715aafe5028119e368940eaed (diff) | |
Notes
| -rw-r--r-- | share/man/man9/VOP_RENAME.9 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9 index bcc5d96b83b6..d610a6414023 100644 --- a/share/man/man9/VOP_RENAME.9 +++ b/share/man/man9/VOP_RENAME.9 @@ -60,11 +60,15 @@ pathname information about the file's new name .El .Sh LOCKS The source directory and file are unlocked but are expected to have their -ref count bumped on entry. The VOP routine is expected to vrele() both prior +ref count bumped on entry. The VOP routine is expected to +.Fn vrele +both prior to returning. .Pp The destination directory and file are locked as well as having their ref -count bumped. The VOP routine is expected to vput() both prior to +count bumped. The VOP routine is expected to +.Fn vput +both prior to returning. .Sh PSEUDOCODE .Bd -literal |
