From 55a51edbd7e622b306538243175ab92242b7f0d9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 21 Nov 2016 08:43:06 +0100 Subject: [PATCH] bootparam.7: tfix Signed-off-by: Michael Kerrisk --- man7/bootparam.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/bootparam.7 b/man7/bootparam.7 index fcbcbdb3f..5b65966b6 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -31,7 +31,7 @@ bootparam \- introduction to boot time parameters of the Linux kernel .SH DESCRIPTION The Linux kernel accepts certain 'command-line options' or 'boot time parameters' at the moment it is started. -In general this is used to +In general, this is used to supply the kernel with information about hardware parameters that the kernel would not be able to determine on its own, or to avoid/override the values that the kernel would otherwise detect.