diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-06-07 14:37:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-06-07 14:37:47 +0000 |
commit | e0deffaece5b725503a9672c02bd357d503c7d84 (patch) | |
tree | 5eacb45ca68dbd1b62fe9219af686555b1385a8d /share/man/man9 | |
parent | 45f045077e71e7b1be248070b9ac6c4749dee6c0 (diff) |
tweak previous;
Diffstat (limited to 'share/man/man9')
-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 bd626430041..d685fdb521c 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.12 2016/06/07 11:59:31 dlg Exp $ +.\" $OpenBSD: srp_enter.9,v 1.13 2016/06/07 14:37:46 jmc Exp $ .\" .\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org> .\" @@ -196,10 +196,10 @@ as the first argument and the pointer to the data as the second argument. .Fn srp_update , .Fn srp_update_locked , .Fn srp_get_locked , +.Fn srp_finalize , and -.Fn srp_finalize .Fn srp_gc_finalize -can be called during autoconf, or from process context. +can be called during autoconf or from process context. .Pp .Fn srp_swap , .Fn srp_swap_locked , |