summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/2/brk2
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