Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 20:42:52 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361769 - head/lib/libc/sys
Message-ID:  <202006032042.053KgqQp075365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed Jun  3 20:42:52 2020
New Revision: 361769
URL: https://svnweb.freebsd.org/changeset/base/361769

Log:
  mmap.2: correct prot argument terminology
  
  One of the error descriptions referred to permissions; in context the
  meaning was probably clear, but the prot values are properly called
  protections.
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libc/sys/mmap.2

Modified: head/lib/libc/sys/mmap.2
==============================================================================
--- head/lib/libc/sys/mmap.2	Wed Jun  3 20:25:02 2020	(r361768)
+++ head/lib/libc/sys/mmap.2	Wed Jun  3 20:42:52 2020	(r361769)
@@ -528,8 +528,8 @@ was specified and insufficient memory was available.
 .It Bq Er ENOTSUP
 The
 .Fa prot
-argument contains permissions which are not a subset of the specified
-maximum permissions.
+argument contains protections which are not a subset of the specified
+maximum protections.
 .El
 .Sh SEE ALSO
 .Xr madvise 2 ,



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