summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-03-09 14:54:45 +0000
committerart <art@openbsd.org>2001-03-09 14:54:45 +0000
commit0bca0045bf56049f1906463375b3b7e2d3c4a81b (patch)
tree437a7b676579fa3618bc455011d873256796c25c /lib/libc
parentMore syncing to NetBSD. (diff)
downloadwireguard-openbsd-0bca0045bf56049f1906463375b3b7e2d3c4a81b.tar.xz
wireguard-openbsd-0bca0045bf56049f1906463375b3b7e2d3c4a81b.zip
typo
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/ohash/ohash_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/ohash/ohash_init.3 b/lib/libc/ohash/ohash_init.3
index 204d4519004..5e48e0ea4d0 100644
--- a/lib/libc/ohash/ohash_init.3
+++ b/lib/libc/ohash/ohash_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ohash_init.3,v 1.1 2001/03/02 13:27:07 espie Exp $
+.\" $OpenBSD: ohash_init.3,v 1.2 2001/03/09 14:54:45 art Exp $
.\"
.\" Copyright (c) 1999 Marc Espie.
.\"
@@ -47,7 +47,7 @@
.Ft void
.Fn ohash_init "struct ohash *h" "unsigned int size" "struct ohash_info *info"
.Ft void
-.Fn ohash_delete "struct oohash *h"
+.Fn ohash_delete "struct ohash *h"
.Ft "unsigned int"
.Fn ohash_lookup_interval "struct ohash *h" "const char *start" "const char *end" "u_int32_t hv"
.Ft "unsigned int"