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 ,
_______________________________________________
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"

Reply via email to