svn commit: r320890 - releng/11.1/lib/libc/sys
Konstantin Belousov
kib at FreeBSD.org
Tue Jul 11 05:49:43 UTC 2017
Author: kib
Date: Tue Jul 11 05:49:42 2017
New Revision: 320890
URL: https://svnweb.freebsd.org/changeset/base/320890
Log:
MFC r320801 MFS r320887:
Simplify language.
Approved by: re (delphij)
Modified:
releng/11.1/lib/libc/sys/mmap.2
Directory Properties:
releng/11.1/ (props changed)
Modified: releng/11.1/lib/libc/sys/mmap.2
==============================================================================
--- releng/11.1/lib/libc/sys/mmap.2 Tue Jul 11 05:46:55 2017 (r320889)
+++ releng/11.1/lib/libc/sys/mmap.2 Tue Jul 11 05:49:42 2017 (r320890)
@@ -329,10 +329,12 @@ stack top is the starting address returned by the call
bytes.
The bottom of the stack at maximum growth is the starting
address returned by the call.
-The system uses guards to prevent the inadvertent use of
-regions into which stacks created with
+.Pp
+Stacks created with
.Dv MAP_STACK
-will automatically grow, without mapping the whole stack in advance.
+automatically grow.
+Guards prevent inadvertent use of the regions into which those
+stacks can grow without requiring mapping the whole stack in advance.
.El
.Pp
The
More information about the svn-src-releng
mailing list