summaryrefslogtreecommitdiffstats
path: root/share/man/man3/end.3
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-08-28 10:11:56 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-08-28 10:11:56 +0000
commit51a648666d20b6c29262fbf8dc8d6c791a3b58d4 (patch)
treeb772874964ef145bb926d330468a6d0d3b5206d2 /share/man/man3/end.3
parentaadcb1fa9c335ec2f35d9c0c10cf65f737140ed0 (diff)
downloadFreeBSD-src-51a648666d20b6c29262fbf8dc8d6c791a3b58d4.zip
FreeBSD-src-51a648666d20b6c29262fbf8dc8d6c791a3b58d4.tar.gz
Whitespace-only change: fix hard sentence breaks in previous commit.
Diffstat (limited to 'share/man/man3/end.3')
-rw-r--r--share/man/man3/end.37
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man3/end.3 b/share/man/man3/end.3
index 373d014..61bb112 100644
--- a/share/man/man3/end.3
+++ b/share/man/man3/end.3
@@ -60,7 +60,8 @@ is the first address after the end of the initialized data segment.
.Va end
is 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
@@ -76,7 +77,7 @@ manual page appeared in
.At v6 .
.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
+text segment because the text segment always started at address 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.
OpenPOWER on IntegriCloud