diff options
| author | Brian Feldman <green@FreeBSD.org> | 2002-02-05 15:26:28 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2002-02-05 15:26:28 +0000 |
| commit | 6dad2ea974225e9050d7b0747e951a5f2c08d641 (patch) | |
| tree | 1683a4ba9d7f32ad139f4dc948f0bca8ac729eaf | |
| parent | fa3e900453f82c6c04fe01eafca419a13bf388b7 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/VOP_ATTRIB.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9 index 5a7c33455c71..794eee33dfa2 100644 --- a/share/man/man9/VOP_ATTRIB.9 +++ b/share/man/man9/VOP_ATTRIB.9 @@ -64,9 +64,9 @@ Attributes which are not being modified by should be set to the value .Dv VNOVAL . .Sh LOCKS -.Xr VOP_GETATTR 9 -expects the vnode to be locked on entry and will leave the vnode locked on -return. +The vnode may be either unlocked or exclusively locked on entry to +.Xr VOP_GETATTR 9 , +and will remain the same on return. .Pp .Xr VOP_SETATTR 9 expects the vnode to be locked on entry and will leave the vnode locked on |
