summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-03-29 10:16:00 +0000
committerniklas <niklas@openbsd.org>1996-03-29 10:16:00 +0000
commitebd262b28e1f413c8026a06e917c40e93dcf3cb7 (patch)
treef111a60247f7f9df3dc440a3df6fbc8bf02bd94f /share/man/man3
parentFrom NetBSD: merge of 960317 (diff)
downloadwireguard-openbsd-ebd262b28e1f413c8026a06e917c40e93dcf3cb7.tar.xz
wireguard-openbsd-ebd262b28e1f413c8026a06e917c40e93dcf3cb7.zip
From NetBSD: merge of 960317
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/end.314
1 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man3/end.3 b/share/man/man3/end.3
index ddb5e5af8e2..57473b360aa 100644
--- a/share/man/man3/end.3
+++ b/share/man/man3/end.3
@@ -1,4 +1,5 @@
-.\" $NetBSD: end.3,v 1.4 1994/11/30 15:24:33 jtc Exp $
+.\" $OpenBSD: end.3,v 1.2 1996/03/29 10:16:00 niklas 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 +52,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