On Mon, Jan 29, 2018 at 05:47:14PM -0600, Edgar Pettijohn wrote: > Index: hcreate.3 > ============================================================== > RCS file: /cvs/src/lib/libc/stdlib/hcreate.3,v > retrieving revision 1.7 > diff -u -p -u -r1.7 hcreate.3 > --- hcreate.3 12 Mar 2016 21:31:22 -0000 1.7 > +++ hcreate.3 29 Jan 2018 23:45:08 -0000 > @@ -78,7 +78,7 @@ the data can no longer be accessed. > .Pp > The > .Fn hsearch > -function is used to search to the hash table. > +function is used to search the hash table. > It returns a pointer into the > hash table indicating the address of an item. > The > > > I contemplated changing the second `to' to `through', but less seems to > be more. >
fixed, thanks. jmc
