diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 2 |
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/== !/\&\& !/' ip/iproute2.c</userinput></screen> +<screen><userinput remap="pre">sed -i 's/== !/\&\& !/' ip/iproute.c</userinput></screen> <para>Compile the package:</para> |