Whitespace-only change: fix hard sentence breaks in previous commit.

This commit is contained in:
sheldonh 2000-08-28 10:11:56 +00:00
parent a1dab8497e
commit a86b9f336c

View File

@ -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.