diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index d1f081b908d..c32827dd692 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -120,9 +120,13 @@ is valid and unchanged. If memory can be allocated, the memory referenced by .Fa ptr is freed and a pointer to the newly allocated memory is returned. -Note that this may be different from the value -passed as -.Fa ptr . +Note that the return value may differ from the +.Fa ptr +argument, that is +.Fn realloc +and +.Fn reallocf +may move the memory. If .Fa ptr is