aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-12-05 03:52:34 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-12-05 03:52:34 +0000
commit3c4fa7af85c3095e5575bcca9af4d3c01248a0a9 (patch)
tree55ef49ff7a6ee408740c8961e66764a81e6d0af0
parentdc5577b16bc8d5148c3622aefaf30d1907745d10 (diff)
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/grub.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index 8ea250c8f..0977d3865 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -78,7 +78,7 @@
<para>Install the package:</para>
<screen><userinput remap="install">make install
-mv -v /etc/bash_completions.d/grub /usr/share/bash-completion/completions</userinput></screen>
+mv -v /etc/bash_completion.d/grub /usr/share/bash-completion/completions</userinput></screen>
<para>Using GRUB to make your LFS system bootable will be discussed in
<xref linkend="ch-bootable-grub"/>.</para>