summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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"