diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index 517867ae50..1091e0cb7c 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -10615,24 +10615,6 @@ hint.sio.7.irq="12"</programlisting>
 	</answer>
       </qandaentry>
 
-      <qandaentry>
-	<question id="split-1392k">
-	  <para>How did you split the distribution into 1392&nbsp;KB
-	    files?</para>
-	</question>
-
-	<answer>
-	  <para>Newer BSD based systems have a <option>-b</option>
-	    option to &man.split.1; that allows them to split files on
-	    arbitrary byte boundaries.</para>
-
-	  <para>Here is an example from
-	    <filename>/usr/src/release/Makefile</filename>.</para>
-
-	  <programlisting>ZIPNSPLIT=              gzip --no-name -9 -c | split -b 1392k -</programlisting>
-	</answer>
-      </qandaentry>
-
       <qandaentry>
 	<question id="submitting-kernel-extensions">
 	  <para>I have written a kernel extension, who do I send it