From: Michael Kerrisk Date: Sat, 1 Nov 2014 11:20:37 +0000 (+0100) Subject: kexec_load.2: Minor rewording X-Git-Tag: man-pages-3.79~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f14583867a0d440fed9f68109c832ca41f57d6f;p=thirdparty%2Fman-pages.git kexec_load.2: Minor rewording Signed-off-by: Michael Kerrisk --- diff --git a/man2/kexec_load.2 b/man2/kexec_load.2 index 3bb4f4b240..2cd07917d0 100644 --- a/man2/kexec_load.2 +++ b/man2/kexec_load.2 @@ -135,9 +135,12 @@ It reads the kernel to be loaded from the file referred to by the descriptor and the initrd (initial RAM disk) to be loaded from file referred to by the descriptor .IR initrd_fd . -It also takes the length of the kernel command line in +The +.IR cmdline +argument is a pointer to a string containing the command line +for the new kernel; the .IR cmdline_len -and a pointer to the command line in +argument specifies the length of the string in .IR cmdline . The