diff options
author | 2017-01-18 13:18:07 +0000 | |
---|---|---|
committer | 2017-01-18 13:18:07 +0000 | |
commit | 9b1df05993cd5a442a865020a02a107885fb64d8 (patch) | |
tree | 552f68646f49af5bbdf71230d058ef0e7e47548f | |
parent | Do not unconfigure mount points, vnd devices and NFS daemons during (diff) | |
download | wireguard-openbsd-9b1df05993cd5a442a865020a02a107885fb64d8.tar.xz wireguard-openbsd-9b1df05993cd5a442a865020a02a107885fb64d8.zip |
didnt rename enough things after copy/paste
-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. |