Fix extraneous blank line from previous commit.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19765 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2018-02-15 04:23:18 +00:00
parent 3b98867256
commit 42b8fe713c

View File

@ -82,8 +82,7 @@
<para>Install <application>xfsprogs</application> by running the following
commands:</para>
<screen><userinput>
sed -i '/copy_file_range(/s/copy/xfs_&amp;/' io/copy_file_range.c &amp;&amp;
<screen><userinput>sed -i '/copy_file_range(/s/copy/xfs_&amp;/' io/copy_file_range.c &amp;&amp;
make DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root \
LOCAL_CONFIGURE_OPTIONS="--enable-readline"</userinput></screen>