diff options
Diffstat (limited to 'lib/libc/sys/brk.2')
-rw-r--r-- | lib/libc/sys/brk.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2 index b587208..6867fcb 100644 --- a/lib/libc/sys/brk.2 +++ b/lib/libc/sys/brk.2 @@ -132,8 +132,8 @@ to support the expansion. .Sh SEE ALSO .Xr execve 2 , .Xr getrlimit 2 , -.Xr malloc 3 , -.Xr end 3 +.Xr end 3 , +.Xr malloc 3 .Sh BUGS Setting the break may fail due to a temporary lack of swap space. It is not possible to distinguish this |