the values of end, etext and edata are not set by brk(2)

This commit is contained in:
jtc 1996-03-01 00:17:49 +00:00
parent 56a0325bb8
commit 4c5575d1b7
1 changed files with 5 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: end.3,v 1.4 1994/11/30 15:24:33 jtc Exp $
.\" $NetBSD: end.3,v 1.5 1996/03/01 00:17:49 jtc Exp $
.\"
.\" Copyright (c) 1986
.\" The Regents of the University of California. All rights reserved.
@ -51,14 +51,11 @@ The global variables
and
.Va edata
correspond to the
the next address following the end
of the text segment,
the initialized data segment and the
end of the data segment
the next address following
the end of the text segment,
the end of initialized data segment and
the end of the data segment
.Pq Tn BSS .
These values are initially set at execution time
by
.Xr brk 2 .
.Sh SEE ALSO
.Xr brk 2 ,
.Xr malloc 3