diff options
-rw-r--r-- | share/man/man9/mutex.9 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index b5f13f61c3b..31828d841dc 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mutex.9,v 1.17 2013/12/09 03:14:30 dlg Exp $ +.\" $OpenBSD: mutex.9,v 1.18 2013/12/09 03:16:29 dlg Exp $ .\" .\" Copyright (c) 2005 Pedro Martelletto <pedro@ambientworks.net> .\" All rights reserved. @@ -23,7 +23,10 @@ .Nm mtx_init , .Nm mtx_enter , .Nm mtx_enter_try , -.Nm mtx_leave +.Nm mtx_leave , +.Nm MUTEX_ASSERT_LOCKED , +.Nm MUTEX_ASSERT_UNLOCKED , +.Nm MUTEX_INITIALIZER .Nd interface to CPU mutexes .Sh SYNOPSIS .In sys/mutex.h |