Module Name:    src
Committed By:   wiz
Date:           Fri Apr  8 08:47:13 UTC 2011

Modified Files:
        src/share/man/man3: end.3

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man3/end.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man3/end.3
diff -u src/share/man/man3/end.3:1.8 src/share/man/man3/end.3:1.9
--- src/share/man/man3/end.3:1.8	Thu Sep  1 12:39:33 2005
+++ src/share/man/man3/end.3	Fri Apr  8 08:47:12 2011
@@ -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.

Reply via email to