svn commit: r320887 - stable/11/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Tue Jul 11 05:33:09 UTC 2017


Author: kib
Date: Tue Jul 11 05:33:07 2017
New Revision: 320887
URL: https://svnweb.freebsd.org/changeset/base/320887

Log:
  MFC r320801:
  Simplify language.

Modified:
  stable/11/lib/libc/sys/mmap.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/mmap.2
==============================================================================
--- stable/11/lib/libc/sys/mmap.2	Tue Jul 11 05:31:37 2017	(r320886)
+++ stable/11/lib/libc/sys/mmap.2	Tue Jul 11 05:33:07 2017	(r320887)
@@ -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-stable-11 mailing list