diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:33:18 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:33:18 +0200 |
commit | d672ab7d660f95484428882d9bebfa259ee9d368 (patch) | |
tree | d0bcc15e3ad9e92bbcb174d2f2502c474a294ae3 /chapter08/iproute2.xml | |
parent | c8fb227d0dc82fb31b7ff03511cd1f2de6ee8765 (diff) |
Remove spaces at end o lines - chapter08
Diffstat (limited to 'chapter08/iproute2.xml')
-rw-r--r-- | chapter08/iproute2.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index 9d6a0c264..e1b2d189e 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -43,8 +43,8 @@ <para>The <command>arpd</command> program included in this package will not be built since it is dependent on Berkeley DB, which is not installed in - LFS. However, a directory for <command>arpd</command> and a man page will still - be installed. Prevent this by running the commands below. + LFS. However, a directory for <command>arpd</command> and a man page will still + be installed. Prevent this by running the commands below. If the <command>arpd</command> binary is needed, instructions for compiling Berkeley DB can be found in the BLFS Book at <ulink url="&blfs-book;server/db.html"/>. @@ -53,7 +53,7 @@ <screen><userinput remap="pre">sed -i /ARPD/d Makefile rm -fv man/man8/arpd.8</userinput></screen> - <para>It is also necessary to disable building two modules that + <para>It is also necessary to disable building two modules that require <ulink url="&blfs-book;postlfs/iptables.html"/>.</para> <screen><userinput remap="pre">sed -i 's/.m_ipt.o//' tc/Makefile</userinput></screen> |