aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-08-16 21:53:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-08-16 21:53:06 +0000
commit3085bc2699554baadf35fe473d1d86f67bd8ab72 (patch)
tree6ff8182e09eed3d2b0838172e37455d10d1185a4
parent9a483b223178eed4461c6d590869217930f2b9c2 (diff)
typo in filename for iproute2 sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/iproute2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index d9cec090c..3b637e8ff 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -54,7 +54,7 @@
<para>Fix a bug that causes the <command>ip route get</command> command to
not produce any output:</para>
-<screen><userinput remap="pre">sed -i 's/== !/\&amp;\&amp; !/' ip/iproute2.c</userinput></screen>
+<screen><userinput remap="pre">sed -i 's/== !/\&amp;\&amp; !/' ip/iproute.c</userinput></screen>
<para>Compile the package:</para>