diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-26 13:32:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-26 13:32:34 +0000 |
commit | dc3f2f38174fbad612f6ec0978fe0e540323deae (patch) | |
tree | 51db0afa569d68b3f99494bae79eb468318d6024 /lib/libc | |
parent | e3fe6041f797796a20d93be1983a0bd0c4370a42 (diff) |
wording and formatting from jared yanovich;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/ohash/ohash_interval.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/ohash/ohash_interval.3 b/lib/libc/ohash/ohash_interval.3 index 5603452f575..fe669b5078c 100644 --- a/lib/libc/ohash/ohash_interval.3 +++ b/lib/libc/ohash/ohash_interval.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ohash_interval.3,v 1.6 2004/06/22 20:00:16 espie Exp $ +.\" $OpenBSD: ohash_interval.3,v 1.7 2004/06/26 13:32:33 jmc Exp $ .\" Copyright (c) 2001 Marc Espie <espie@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -46,7 +46,7 @@ by setting .Pc or memory ranges .Po -deliminated by +delimited by .Fa start and .Fa *pend @@ -65,8 +65,8 @@ In that case, the alloc field of .Fa info should point to a -.Xr malloc 3 --like function to allocate the storage. +.Xr malloc 3 Ns -like +function to allocate the storage. .Pp .Fn ohash_qlookupi is a wrapper function that simply calls |