summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/end.38
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/end.3 b/share/man/man3/end.3
index 941f87112e6..90ea915adfb 100644
--- a/share/man/man3/end.3
+++ b/share/man/man3/end.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: end.3,v 1.8 2003/06/02 23:30:12 millert Exp $
+.\" $OpenBSD: end.3,v 1.9 2005/12/31 18:16:34 miod Exp $
.\" $NetBSD: end.3,v 1.5 1996/03/01 00:17:49 jtc Exp $
.\"
.\" Copyright (c) 1986
@@ -43,11 +43,11 @@
.Vt extern etext;
.Vt extern edata;
.Sh DESCRIPTION
-The global variables
-.Va end ,
+The addresses of the global symbols
.Va etext ,
+.Va edata ,
and
-.Va edata
+.Va end
correspond to 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 .