diff --git a/man2/kexec_load.2 b/man2/kexec_load.2 index 6f5d1c0ef..d1a5c4315 100644 --- a/man2/kexec_load.2 +++ b/man2/kexec_load.2 @@ -312,9 +312,6 @@ or .I initrd_fd is empty (length zero). .TP -.B ENOMEM -Could not allocate memory. -.TP .B ENOEXEC .I kernel_fd 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 .IR Documentation/x86/boot.txt ). .TP +.B ENOMEM +Could not allocate memory. +.TP .B EPERM The caller does not have the .BR CAP_SYS_BOOT