diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2016-02-12 12:48:45 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2016-02-12 12:48:45 +0000 |
commit | 5afc569dda7238ccad873b49db20e412029d5163 (patch) | |
tree | a37e93d2dcd8c4ae6eb87652c5b7b859310a9e8c | |
parent | f4073aa50a2e77a966297933d017c77363de751a (diff) |
srp_update_get_locked doesnt exist, i meant srp_get_locked
-rw-r--r-- | share/man/man9/srp_enter.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/srp_enter.9 b/share/man/man9/srp_enter.9 index 3542312990a..a1f8935066d 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.7 2016/02/12 12:47:04 dlg Exp $ +.\" $OpenBSD: srp_enter.9,v 1.8 2016/02/12 12:48:44 dlg Exp $ .\" .\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org> .\" @@ -185,7 +185,7 @@ as the first argument and the pointer to the data as the second argument. .Fn srp_gc_init , .Fn srp_update , .Fn srp_update_locked , -.Fn srp_update_get_locked , +.Fn srp_get_locked , and .Fn srp_finalize can be called during autoconf, or from process context. |