Commit 45dd5229ea5f3c62877f5f66f80ab8e52d40a281

Guillem Jover 2021-02-07T01:27:51

man: Remove empty line in reallocarray(3bsd) Warned-by: lintian Fixes: commit 01f0d1ea1e71f1018a009ebd9203dd48e6d90c45

1
2
3
4
5
6
7
8
9
10
11
12
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 ,