From 049d5a3c978ddec9a286d1862a9c78b2a5c43af3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 03:00:37 +1000 Subject: [PATCH] kexec_load.2: Order ERRORS alphabetically Signed-off-by: Michael Kerrisk --- man2/kexec_load.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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