From 228234e4c9b0cf17f354dec38570a56571a16852 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 03:20:45 +1000 Subject: [PATCH] console_ioctl.4: Order ERRORS alphabetically Signed-off-by: Michael Kerrisk --- man4/console_ioctl.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4 index 715aabfc6..bb138ea23 100644 --- a/man4/console_ioctl.4 +++ b/man4/console_ioctl.4 @@ -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