]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
malloc.3: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 31 Aug 2021 01:25:58 +0000 (03:25 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 31 Aug 2021 02:02:29 +0000 (04:02 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/malloc.3

index b558c18ae05d5e3aacd5cda72405e233e29e510e..7c21d6fc5ac8f3ea7c1d619ec660c50efdb14f5a 100644 (file)
@@ -129,7 +129,8 @@ function changes the size of the memory block pointed to by
 to
 .I size
 bytes.
-The contents will be unchanged in the range from the start of the region
+The contents of the memory
+will be unchanged in the range from the start of the region
 up to the minimum of the old and new sizes.
 If the new size is larger than the old size, the added memory will
 .I not