Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2020 17:30:14 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r358588 - stable/12/lib/libc/sys
Message-ID:  <202003031730.023HUEoK019175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Mar  3 17:30:13 2020
New Revision: 358588
URL: https://svnweb.freebsd.org/changeset/base/358588

Log:
  MFC r358344: mprotect.2: sort errors alphabetically

Modified:
  stable/12/lib/libc/sys/mprotect.2
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/sys/mprotect.2
==============================================================================
--- stable/12/lib/libc/sys/mprotect.2	Tue Mar  3 16:25:28 2020	(r358587)
+++ stable/12/lib/libc/sys/mprotect.2	Tue Mar  3 17:30:13 2020	(r358588)
@@ -72,18 +72,18 @@ The
 .Fn mprotect
 system call will fail if:
 .Bl -tag -width Er
-.It Bq Er EINVAL
-The virtual address range specified by the
-.Fa addr
-and
-.Fa len
-arguments is not valid.
 .It Bq Er EACCES
 The calling process was not allowed to change
 the protection to the value specified by
 the
 .Fa prot
 argument.
+.It Bq Er EINVAL
+The virtual address range specified by the
+.Fa addr
+and
+.Fa len
+arguments is not valid.
 .El
 .Sh SEE ALSO
 .Xr madvise 2 ,



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