diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-12-09 03:16:30 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-12-09 03:16:30 +0000 |
commit | b47cdd80ab6ca529eb9c5624386a355fc139649f (patch) | |
tree | a5519944cf2f799ecfa769b10fc89117f3679e88 /share | |
parent | 34feece8582392e4059baa56054a63827df00455 (diff) |
.Nm lines for the macros
Diffstat (limited to 'share')
-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 |