sysctl.2: Order ERRORS alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 03:54:48 +10:00
parent d07d4ef308
commit cbb57e7422
1 changed files with 8 additions and 8 deletions

View File

@ -80,6 +80,14 @@ Otherwise, a value of \-1 is returned and
is set to indicate the error.
.SH ERRORS
.TP
.BR EACCES ", " EPERM
No search permission for one of the encountered "directories",
or no read permission where
.I oldval
was nonzero, or no write permission where
.I newval
was nonzero.
.TP
.B EFAULT
The invocation asked for the previous value by setting
.I oldval
@ -89,14 +97,6 @@ non-NULL, but allowed zero room in
.B ENOTDIR
.I name
was not found.
.TP
.BR EACCES ", " EPERM
No search permission for one of the encountered "directories",
or no read permission where
.I oldval
was nonzero, or no write permission where
.I newval
was nonzero.
.SH CONFORMING TO
This call is Linux-specific, and should not be used in programs
intended to be portable.