git: 9front

Download patch

ref: fdc0b7c066cf4571022e6e33494c0291f6bb9c30
parent: cc36d9da74092b8669504747be2a9a3bc80cea14
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Jul 20 17:49:30 EDT 2021

brk(2): .... we define lowest addres not used by the program above, so use that instead

--- a/sys/man/2/brk
+++ b/sys/man/2/brk
@@ -43,7 +43,7 @@
 .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
--