From f57d94ca99060014d85fe4dcd82f54882b069ce9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 19 Jun 2017 16:29:28 +0200 Subject: [PATCH] malloc.3: ffix Signed-off-by: Michael Kerrisk --- man3/malloc.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man3/malloc.3 b/man3/malloc.3 index d51c3a4d4..efe2be30c 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -273,7 +273,7 @@ in .BR proc (5), and the Linux kernel source file .IR Documentation/vm/overcommit-accounting . - +.PP Normally, .BR malloc () allocates memory from the heap, and adjusts the size of the heap @@ -294,7 +294,7 @@ are unaffected by the .B RLIMIT_DATA resource limit (see .BR getrlimit (2)). - +.PP To avoid corruption in multithreaded applications, mutexes are used internally to protect the memory-management data structures employed by these functions. @@ -312,7 +312,7 @@ by the system or .BR mmap (2)), and managed with its own mutexes. - +.PP SUSv2 requires .BR malloc (), .BR calloc (),