summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2016-02-12 12:48:45 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2016-02-12 12:48:45 +0000
commit5afc569dda7238ccad873b49db20e412029d5163 (patch)
treea37e93d2dcd8c4ae6eb87652c5b7b859310a9e8c
parentf4073aa50a2e77a966297933d017c77363de751a (diff)
srp_update_get_locked doesnt exist, i meant srp_get_locked
-rw-r--r--share/man/man9/srp_enter.94
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.