svn commit: r350127 - stable/11/share/man/man9

Alan Somers asomers at FreeBSD.org
Fri Jul 19 14:25:50 UTC 2019


Author: asomers
Date: Fri Jul 19 14:25:49 2019
New Revision: 350127
URL: https://svnweb.freebsd.org/changeset/base/350127

Log:
  MFC r349237:
  
  VOP_REVOKE(9): update locking requirements per r143495
  
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D20524

Modified:
  stable/11/share/man/man9/VOP_REVOKE.9
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man9/VOP_REVOKE.9
==============================================================================
--- stable/11/share/man/man9/VOP_REVOKE.9	Fri Jul 19 14:24:33 2019	(r350126)
+++ stable/11/share/man/man9/VOP_REVOKE.9	Fri Jul 19 14:25:49 2019	(r350127)
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 5, 2002
+.Dd June 20, 2019
 .Dt VOP_REVOKE 9
 .Os
 .Sh NAME
@@ -61,7 +61,7 @@ to signify that all access will be revoked; any other 
 .Sh LOCKS
 The
 .Fa vp
-must be unlocked on entry, and will remain unlocked upon return.
+must be exclusively locked on entry, and will remain locked upon return.
 .Sh SEE ALSO
 .Xr make_dev_alias 9 ,
 .Xr vnode 9


More information about the svn-src-all mailing list