console_ioctl.4: Order ERRORS alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 03:20:45 +10:00
parent 66ced968fe
commit 228234e4c9
1 changed files with 4 additions and 4 deletions

View File

@ -806,15 +806,15 @@ may take on these values:
.B EBADF
The file descriptor is invalid.
.TP
.B ENOTTY
The file descriptor is not associated with a character special device,
or the specified request does not apply to it.
.TP
.B EINVAL
The file descriptor or
.I argp
is invalid.
.TP
.B ENOTTY
The file descriptor is not associated with a character special device,
or the specified request does not apply to it.
.TP
.B EPERM
Insufficient permission.
.SH NOTES