Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2017 05:33:07 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r320887 - stable/11/lib/libc/sys
Message-ID:  <201707110533.v6B5X7YS099300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707110533.v6B5X7YS099300>