From 4c5575d1b78c6e30d7ebfd34e36f73531770c3b4 Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 1 Mar 1996 00:17:49 +0000 Subject: [PATCH] the values of end, etext and edata are not set by brk(2) --- share/man/man3/end.3 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/share/man/man3/end.3 b/share/man/man3/end.3 index ddb5e5af8e21..29c6d2cf0f2d 100644 --- a/share/man/man3/end.3 +++ b/share/man/man3/end.3 @@ -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