diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-08-14 05:18:51 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-08-14 05:18:51 +0000 |
commit | 33c89536397ceb5dd2950df6e201816950484c60 (patch) | |
tree | 366d5d40f8c4eedaeb485ec0cb1f3b65cdb94362 /share | |
parent | 765cabef3e271c25470a49e29ab571fb7ac697cd (diff) |
imply you cant sleep while holding a ref via srp
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/srp_enter.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/srp_enter.9 b/share/man/man9/srp_enter.9 index 002d7a80fd1..7b91369b131 100644 --- a/share/man/man9/srp_enter.9 +++ b/share/man/man9/srp_enter.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: srp_enter.9,v 1.2 2015/07/02 01:38:35 dlg Exp $ +.\" $OpenBSD: srp_enter.9,v 1.3 2015/08/14 05:18:50 dlg Exp $ .\" .\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 2 2015 $ +.Dd $Mdocdate: August 14 2015 $ .Dt SRP_ENTER 9 .Os .Sh NAME @@ -153,7 +153,7 @@ and can be called during autoconf, from process context, or from interrupt context. Calling .Fn srp_leave -from a different context to the preceding +from a different context or on a different CPU to the preceding .Fn srp_enter call will lead to undefined behaviour. .Sh RETURN VALUES |