From a86b9f336cdb9ebe6cc9e0f8858c44e0fdf7ddcb Mon Sep 17 00:00:00 2001 From: sheldonh Date: Mon, 28 Aug 2000 10:11:56 +0000 Subject: [PATCH] Whitespace-only change: fix hard sentence breaks in previous commit. --- share/man/man3/end.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/man/man3/end.3 b/share/man/man3/end.3 index 373d014465ce..61bb1121b6a4 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.