summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2020-06-19 08:51:00 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2020-06-19 08:51:00 +0000
commit174ba78f1e6fa34b77a03482c669776285d3ba0f (patch)
tree280e1c8af875dec06ebbc5b64fae0779341b19fb /share/man/man9
parentbf1b862269510af11243791c705895b1a0045ab9 (diff)
stoeplitz_to_key takes a void * now.
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/stoeplitz_to_key.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/stoeplitz_to_key.9 b/share/man/man9/stoeplitz_to_key.9
index 24ccd95932b..e359ecfa75c 100644
--- a/share/man/man9/stoeplitz_to_key.9
+++ b/share/man/man9/stoeplitz_to_key.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stoeplitz_to_key.9,v 1.3 2020/06/16 15:43:43 naddy Exp $
+.\" $OpenBSD: stoeplitz_to_key.9,v 1.4 2020/06/19 08:50:59 dlg Exp $
.\"
.\" Copyright (c) 2020 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: June 16 2020 $
+.Dd $Mdocdate: June 19 2020 $
.Dt STOEPLITZ_TO_KEY 9
.Os
.Sh NAME
@@ -27,7 +27,7 @@
.Sh SYNOPSIS
.In net/toeplitz.h
.Ft void
-.Fn stoeplitz_to_key "uint8_t *key" "size_t keylen"
+.Fn stoeplitz_to_key "void *key" "size_t keylen"
.Ft uint16_t
.Fo stoeplitz_hash_ip4
.Fa "uint32_t srcaddr"