summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man3/end.34
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/end.3 b/share/man/man3/end.3
index 90ea915adfb..6a4fb4c10ef 100644
--- a/share/man/man3/end.3
+++ b/share/man/man3/end.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: end.3,v 1.9 2005/12/31 18:16:34 miod Exp $
+.\" $OpenBSD: end.3,v 1.10 2006/01/01 02:20:38 jmc Exp $
.\" $NetBSD: end.3,v 1.5 1996/03/01 00:17:49 jtc Exp $
.\"
.\" Copyright (c) 1986
@@ -49,7 +49,7 @@ The addresses of the global symbols
and
.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
+the end of the initialized data segment, and the end of the data segment
.Pq Tn BSS .
.Sh SEE ALSO
.Xr brk 2 ,