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
This commit is contained in:
Ed Maste 2020-06-03 20:42:52 +00:00
parent 53652fb94e
commit 3f65edb369
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361769

View File

@ -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 ,