diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
commit | 41434dbdbf3099a023505b5b3915bf4d9b778ee1 (patch) | |
tree | 1ca936fb3301ad4347fcc3a38fd2c83e87a15817 /lib/libc/ohash | |
parent | 04e9f1abe6384e852ca0207d882814dab9237dd4 (diff) |
o) start new sentence on a new line;
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
Diffstat (limited to 'lib/libc/ohash')
-rw-r--r-- | lib/libc/ohash/ohash_interval.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/ohash/ohash_interval.3 b/lib/libc/ohash/ohash_interval.3 index b58ae732dcd..f181ed5fba4 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.3 2001/09/24 12:19:24 espie Exp $ +.\" $OpenBSD: ohash_interval.3,v 1.4 2002/05/01 08:03:29 mpech Exp $ .\" .\" Copyright (c) 2001 Marc Espie. .\" @@ -48,7 +48,8 @@ .Fn ohash_qlookup "struct ohash *h" "const char *start" .Sh DESCRIPTION These functions are commonly used to simplify open hashing usage, and use -similar conventions. They operate indifferently on null-terminated strings +similar conventions. +They operate indifferently on null-terminated strings .Po by setting .Fa *pend |