From: Guillem Jover Date: Sun, 7 Feb 2021 00:27:51 +0000 (+0100) Subject: man: Remove empty line in reallocarray(3bsd) X-Git-Tag: 0.11.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45dd5229ea5f3c62877f5f66f80ab8e52d40a281;p=thirdparty%2Flibbsd.git man: Remove empty line in reallocarray(3bsd) Warned-by: lintian Fixes: commit 01f0d1ea1e71f1018a009ebd9203dd48e6d90c45 --- diff --git a/man/reallocarray.3bsd b/man/reallocarray.3bsd index 704466c..b4e5cbe 100644 --- a/man/reallocarray.3bsd +++ b/man/reallocarray.3bsd @@ -274,7 +274,6 @@ To avoid leaking information, it guarantees memory is cleared before placing it on the internal free list. Deallocation of such an object should be done by calling .Fn freezero . - .Sh SEE ALSO .Xr malloc 3 , .Xr calloc 3 ,