aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/malloc.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3
index b558c18ae0..7c21d6fc5a 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