From: cinap_lenrek Date: Tue, 20 Jul 2021 21:49:30 +0000 (+0000) Subject: brk(2): .... we define lowest addres not used by the program above, so use that instead X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=669b3abd702b934927499d976e563a1d663f9648;p=plan9front.git brk(2): .... we define lowest addres not used by the program above, so use that instead --- 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