diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2017-01-18 13:18:08 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2017-01-18 13:18:08 +0000 |
commit | 57c44632729d74697c22af79f5a6f645129707fb (patch) | |
tree | 939b252cfaae3ce7cc11d657eaf35ddaa9961595 /share | |
parent | cc9da1d8056428f098e6d0504978c4ad7ae272e2 (diff) |
didnt rename enough things after copy/paste
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 e1fa26444bd..db98e05da09 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.14 2016/07/27 12:55:41 jca Exp $ +.\" $OpenBSD: srp_enter.9,v 1.15 2017/01/18 13:18:07 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 27 2016 $ +.Dd $Mdocdate: January 18 2017 $ .Dt SRP_ENTER 9 .Os .Sh NAME @@ -132,7 +132,7 @@ must be used to ensure that the data is no longer in use via any srp structures. .Fn srp_swap uses atomic CPU operations to change the reference. -.Fn srp_update_locked +.Fn srp_swap_locked may be used if modifications to .Fa p are already serialised by the caller. |