Module Name:    src
Committed By:   riastradh
Date:           Fri Mar 27 19:48:37 UTC 2015

Modified Files:
        src/share/man/man9: wapbl.9

Log Message:
Note that the wapbl transaction lock is nonrecursive.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/wapbl.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/wapbl.9
diff -u src/share/man/man9/wapbl.9:1.3 src/share/man/man9/wapbl.9:1.4
--- src/share/man/man9/wapbl.9:1.3	Fri Mar 27 17:56:16 2015
+++ src/share/man/man9/wapbl.9	Fri Mar 27 19:48:37 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: wapbl.9,v 1.3 2015/03/27 17:56:16 riastradh Exp $
+.\"	$NetBSD: wapbl.9,v 1.4 2015/03/27 19:48:37 riastradh Exp $
 .\"
 .\" Copyright (c) 2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -317,6 +317,11 @@ The lock is not exclusive: other threads
 However, if there is not enough space, another thread will obtain an
 exclusive lock in order to flush the transaction.
 .Pp
+The lock is not recursive: a thread may not acquire it again without
+calling
+.Fa wapbl_end
+first.
+.Pp
 May sleep.
 .Pp
 .Fa file

Reply via email to