diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-08-28 10:11:56 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-08-28 10:11:56 +0000 |
commit | 51a648666d20b6c29262fbf8dc8d6c791a3b58d4 (patch) | |
tree | b772874964ef145bb926d330468a6d0d3b5206d2 | |
parent | aadcb1fa9c335ec2f35d9c0c10cf65f737140ed0 (diff) | |
download | FreeBSD-src-51a648666d20b6c29262fbf8dc8d6c791a3b58d4.zip FreeBSD-src-51a648666d20b6c29262fbf8dc8d6c791a3b58d4.tar.gz |
Whitespace-only change: fix hard sentence breaks in previous commit.
-rw-r--r-- | share/man/man3/end.3 | 7 |
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. |