summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2005-12-31 18:16:34 +0000
committermiod <miod@openbsd.org>2005-12-31 18:16:34 +0000
commitce1cc66726d10f8470a623ac852e096b1823638c (patch)
treec6ffd5a933f56ce308f2859eef100c262b459953
parentRework (once again) the console code, in order to match the PROM's logic better. (diff)
downloadwireguard-openbsd-ce1cc66726d10f8470a623ac852e096b1823638c.tar.xz
wireguard-openbsd-ce1cc66726d10f8470a623ac852e096b1823638c.zip
Fix edata and etext description, and clarify these are not variables;
from KUDO Takashi on bugs@, with tweaks from jmc@ and drahn@
-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 .