Re: www/61.html reallocarray(1) typo

2017-03-10 Thread Ingo Schwarze
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.
>  New function
>  http://man.openbsd.org/recallocarray.3;>recallocarray(3)
>  to reduce the risk of incorrect clearing of memory before and after
> -http://man.openbsd.org/reallocarray.3;>recallocarray(3).
> +http://man.openbsd.org/reallocarray.3;>reallocarray(3).
>  ...
>  
>  



Re: www/61.html reallocarray(1) typo

2017-03-10 Thread Franco Fichtner

> On 10 Mar 2017, at 4:43 PM, Otto Moerbeek  wrote:
> 
> On Fri, Mar 10, 2017 at 04:26:24PM +0100, Hiltjo Posthuma wrote:
> 
>> I think a small typo slipped in the 6.1 notes. Patch below:
> 
> Nope, the actual new functions is called recallocarray...

Yup, and still a typo in one way or another:

>> -> href="http://man.openbsd.org/reallocarray.3;>recallocarray(3).
realloc  recalloc


Re: www/61.html reallocarray(1) typo

2017-03-10 Thread Otto Moerbeek
On Fri, Mar 10, 2017 at 04:26:24PM +0100, Hiltjo Posthuma wrote:

> Hey,
> 
> I think a small typo slipped in the 6.1 notes. Patch below:

Nope, the actual new functions is called recallocarray...

-Otto

> 
> 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.
>  New function
>  http://man.openbsd.org/recallocarray.3;>recallocarray(3)
>  to reduce the risk of incorrect clearing of memory before and after
> -http://man.openbsd.org/reallocarray.3;>recallocarray(3).
> +http://man.openbsd.org/reallocarray.3;>reallocarray(3).
>  ...
>  
>  
> 
> -- 
> Kind regards,
> Hiltjo