diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-03-09 14:54:46 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-03-09 14:54:46 +0000 |
commit | 86626b0ac3497c5425025dc6bd297b2873e996e2 (patch) | |
tree | 26bce222ada1375b33f1012e671d333c0a451e4f /lib | |
parent | c8e101baa1ab502f68cae77e98bb4fa04b0d9a71 (diff) |
typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/ohash/ohash_init.3 | 4 |
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" |