malloc.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-08-31 03:25:58 +02:00
parent 1949f76560
commit f1d01de4c8
1 changed files with 2 additions and 1 deletions

View 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