svn commit: r361769 - head/lib/libc/sys

Ed Maste emaste at FreeBSD.org
Wed Jun 3 20:42:53 UTC 2020


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 ,


More information about the svn-src-head mailing list