]> git.lizzy.rs Git - plan9front.git/commitdiff
brk(2): .... we define lowest addres not used by the program above, so use that instead
authorcinap_lenrek <cinap_lenrek@felloff.net>
Tue, 20 Jul 2021 21:49:30 +0000 (21:49 +0000)
committercinap_lenrek <cinap_lenrek@felloff.net>
Tue, 20 Jul 2021 21:49:30 +0000 (21:49 +0000)
sys/man/2/brk

index 3dad1a7d25ef99cc8a39d569f2ee13811750ef64..92bd893962c50e661801bb7113b49c155d8f70bd 100644 (file)
@@ -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