aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Prévot <taffit@debian.org>2013-07-17 22:05:56 -0400
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-07-20 22:06:55 +0200
commit99e6c7cb384cc33a63c217a0a31e9fb5fd6ec2fd (patch)
tree193edd37d6fd4c523bf9548811399afac1be4603
parent12c71791956d2af9da987b95e0714e8ea6984fc5 (diff)
downloadman-pages-99e6c7cb384cc33a63c217a0a31e9fb5fd6ec2fd.tar.gz
bootparam.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/bootparam.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/bootparam.7 b/man7/bootparam.7
index fa4c5c3353..89d8f72db8 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -42,7 +42,7 @@ When the kernel is booted directly by the BIOS (say from a floppy to
which you copied a kernel using 'cp zImage /dev/fd0'),
you have no opportunity to specify any parameters.
So, in order to take advantage of this possibility you have to
-use boot loader software that is able to pass parameters, such as GRUB.
+use a boot loader software that is able to pass parameters, such as GRUB.
.\" The LILO program (LInux LOader) written by Werner Almesberger is the
.\" most commonly used.