diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-07-20 21:49:30 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-07-20 21:49:30 +0000 |
commit | 669b3abd702b934927499d976e563a1d663f9648 (patch) | |
tree | d2fe15e9d656ea9d8b8b3d60ea3a374786aaa601 | |
parent | 7bd6679c82079db20ea3a9b2b1f08406719b52ec (diff) | |
download | plan9front-669b3abd702b934927499d976e563a1d663f9648.tar.xz |
brk(2): .... we define lowest addres not used by the program above, so use that instead
-rw-r--r-- | sys/man/2/brk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/brk b/sys/man/2/brk index 3dad1a7d2..92bd89396 100644 --- a/sys/man/2/brk +++ b/sys/man/2/brk @@ -43,7 +43,7 @@ data areas need to use .IR brk . A call to .I sbrk -with a zero argument returns the end address +with a zero argument returns the current break in the dynamic segment. .SH SOURCE .B /sys/src/libc/9sys/sbrk.c |