summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-08-31 03:25:58 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-08-31 04:02:29 +0200
commitf1d01de4c8c8151b19cdccebfe923e4592f9066c (patch)
treed48297a521c90ddb08b20974aefe5398924bbfa3
parent1949f76560ac7e09b65564b45ce6c4f4d96724a5 (diff)
malloc.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/malloc.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3
index b558c18ae..7c21d6fc5 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -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