diff options
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 |