Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2019 23:11:35 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r349090 - stable/11/share/man/man9
Message-ID:  <201906152311.x5FNBZZK023676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Sat Jun 15 23:11:34 2019
New Revision: 349090
URL: https://svnweb.freebsd.org/changeset/base/349090

Log:
  MFC r348316:
  
  VOP_ADVLOCK.9: fix description of flags
  
  * F_RDLCK, F_UNLCK, and F_WRLCK aren't flags.  They're stored in the
    fl.l_type field.
  * Add F_REMOTE, added in r177633
  * Add F_NOINTR, added in r180025
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: stable/11/share/man/man9/VOP_ADVLOCK.9
==============================================================================
--- stable/11/share/man/man9/VOP_ADVLOCK.9	Sat Jun 15 23:06:22 2019	(r349089)
+++ stable/11/share/man/man9/VOP_ADVLOCK.9	Sat Jun 15 23:11:34 2019	(r349090)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 30, 1999
+.Dd May 27, 2019
 .Dt VOP_ADVLOCK 9
 .Os
 .Sh NAME
@@ -56,13 +56,7 @@ Description of the lock.
 .It Fa flags
 One of more of the following:
 .Pp
-.Bl -tag -width ".Dv F_UNLCK" -offset indent -compact
-.It Dv F_RDLCK
-Shared or read lock.
-.It Dv F_UNLCK
-Unlock.
-.It Dv F_WRLCK
-Exclusive or write lock.
+.Bl -tag -width ".Dv F_REMOTE" -offset indent -compact
 .It Dv F_WAIT
 Wait until lock is granted.
 .It Dv F_FLOCK
@@ -71,6 +65,10 @@ Use
 semantics for lock.
 .It Dv F_POSIX
 Use POSIX semantics for lock.
+.It Dv F_REMOTE
+Lock owner is remote NFS client.
+.It Dv F_NOINTR
+Mask signals while waiting for the lock.
 .El
 .El
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906152311.x5FNBZZK023676>