summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2021-02-07 01:27:51 +0100
committerGuillem Jover <guillem@hadrons.org>2021-02-07 01:28:27 +0100
commit45dd5229ea5f3c62877f5f66f80ab8e52d40a281 (patch)
tree29e497c8e29552533a59dcfb0ecddb041904f462
parent01f0d1ea1e71f1018a009ebd9203dd48e6d90c45 (diff)
man: Remove empty line in reallocarray(3bsd)
Warned-by: lintian Fixes: commit 01f0d1ea1e71f1018a009ebd9203dd48e6d90c45
-rw-r--r--man/reallocarray.3bsd1
1 files changed, 0 insertions, 1 deletions
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 ,