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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"