s390_sthyi.2: Place error list in alphabetical order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-12-11 19:51:26 +01:00
parent 9224781fd0
commit 763235c5e1
1 changed files with 10 additions and 10 deletions

View File

@ -98,16 +98,6 @@ On error, \-1 is returned, and
is set appropriately.
.SH ERRORS
.TP
.B EINVAL
The value specified in
.I flags
is nonzero.
.TP
.B EOPNOTSUPP
The value specified in
.I function_code
is not valid.
.TP
.B EFAULT
The value specified in
.I buffer
@ -115,8 +105,18 @@ or
.I return_code
is not a valid address.
.TP
.B EINVAL
The value specified in
.I flags
is nonzero.
.TP
.B ENOMEM
Allocating memory for handling the CPU capacity information failed.
.TP
.B EOPNOTSUPP
The value specified in
.I function_code
is not valid.
.SH VERSIONS
This system call is available since Linux 4.15.
.SH CONFORMING TO