Hi Hiltjo, Hiltjo Posthuma wrote on Fri, Mar 10, 2017 at 04:26:24PM +0100:
> I think a small typo slipped in the 6.1 notes. Patch below: Committed, thanks. Ingo (The patch is correct. This second link talks about reallocarray, not about recallocarray.) > diff --git a/61.html b/61.html > index 4b5dadbd4..18208b588 100644 > --- a/61.html > +++ b/61.html > @@ -244,7 +244,7 @@ to 6.1. > <li>New function > <a href="http://man.openbsd.org/recallocarray.3">recallocarray(3)</a> > to reduce the risk of incorrect clearing of memory before and after > - <a href="http://man.openbsd.org/reallocarray.3">recallocarray(3)</a>. > + <a href="http://man.openbsd.org/reallocarray.3">reallocarray(3)</a>. > <li>... > </ul> > <p>