man: Remove empty line in reallocarray(3bsd)

Warned-by: lintian
Fixes: commit 01f0d1ea1e71f1018a009ebd9203dd48e6d90c45
This commit is contained in:
Guillem Jover 2021-02-07 01:27:51 +01:00
parent 01f0d1ea1e
commit 45dd5229ea

View File

@ -274,7 +274,6 @@ To avoid leaking information,
it guarantees memory is cleared before placing it on the internal free list. it guarantees memory is cleared before placing it on the internal free list.
Deallocation of such an object should be done by calling Deallocation of such an object should be done by calling
.Fn freezero . .Fn freezero .
.Sh SEE ALSO .Sh SEE ALSO
.Xr malloc 3 , .Xr malloc 3 ,
.Xr calloc 3 , .Xr calloc 3 ,