Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Remove reference to simplelock



details:   https://anonhg.NetBSD.org/src/rev/1336ed3f7f3f
branches:  trunk
changeset: 327951:1336ed3f7f3f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Mar 22 07:49:06 2014 +0000

description:
Remove reference to simplelock

diffstat:

 share/man/man4/options.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0e112e7f4018 -r 1336ed3f7f3f share/man/man4/options.4
--- a/share/man/man4/options.4  Sat Mar 22 07:46:35 2014 +0000
+++ b/share/man/man4/options.4  Sat Mar 22 07:49:06 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.434 2014/02/02 08:34:39 wiz Exp $
+.\"    $NetBSD: options.4,v 1.435 2014/03/22 07:49:06 skrll Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -30,7 +30,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd October 13, 2013
+.Dd March 22, 2014
 .Dt OPTIONS 4
 .Os
 .Sh NAME
@@ -611,7 +611,7 @@
 These checks can decrease performance up to 15%.
 .It Cd options LOCKDEBUG
 Adds code to the kernel to detect incorrect use of locking primitives
-(mutex, rwlock, simplelock).
+(mutex, rwlock).
 This code will cause the kernel to check for dead lock conditions.
 It will also check for memory being freed to not contain initialised
 lock primitives.



Home | Main Index | Thread Index | Old Index