Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 New sentence, new line.
details: https://anonhg.NetBSD.org/src/rev/8315c5c807d6
branches: trunk
changeset: 763948:8315c5c807d6
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Apr 08 08:47:12 2011 +0000
description:
New sentence, new line.
diffstat:
share/man/man3/end.3 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 5af34d5dab47 -r 8315c5c807d6 share/man/man3/end.3
--- a/share/man/man3/end.3 Fri Apr 08 08:46:12 2011 +0000
+++ b/share/man/man3/end.3 Fri Apr 08 08:47:12 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: end.3,v 1.8 2005/09/01 12:39:33 kleink Exp $
+.\" $NetBSD: end.3,v 1.9 2011/04/08 08:47:12 wiz Exp $
.\"
.\" Copyright (c) 1986
.\" The Regents of the University of California. All rights reserved.
@@ -57,7 +57,8 @@
.Va end
is located at the first address after the end of the data segment
.Pq Tn BSS
-when the program is loaded. Use the
+when the program is loaded.
+Use the
.Xr sbrk 2
.\".Fn sbrk 0
system call with zero as its argument to find the current end of the
@@ -74,6 +75,7 @@
.Sh BUGS
Traditionally, no variable existed that pointed to the start of the
text segment because the text segment always started at address
-zero. Although it is no longer valid to make this assumption, no
+zero.
+Although it is no longer valid to make this assumption, no
variable similar to the ones documented above exists to point to the
start of the text segment.
Home |
Main Index |
Thread Index |
Old Index