kexec_load.2: Order ERRORS alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 03:00:37 +10:00
parent 3a66db4afd
commit 049d5a3c97
1 changed files with 3 additions and 3 deletions

View File

@ -312,9 +312,6 @@ or
.I initrd_fd .I initrd_fd
is empty (length zero). is empty (length zero).
.TP .TP
.B ENOMEM
Could not allocate memory.
.TP
.B ENOEXEC .B ENOEXEC
.I kernel_fd .I kernel_fd
does not refer to an open file, or the kernel can't load this file. does not refer to an open file, or the kernel can't load this file.
@ -322,6 +319,9 @@ Currently, the file must be a bzImage and contain an x86 kernel that
is loadable above 4GiB in memory (see the kernel source file is loadable above 4GiB in memory (see the kernel source file
.IR Documentation/x86/boot.txt ). .IR Documentation/x86/boot.txt ).
.TP .TP
.B ENOMEM
Could not allocate memory.
.TP
.B EPERM .B EPERM
The caller does not have the The caller does not have the
.BR CAP_SYS_BOOT .BR CAP_SYS_BOOT