diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 69e8260e4d..3ff2e743bc 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -10518,8 +10518,8 @@ hint.sio.7.irq="12" - - How did you split the distribution into 240k files? + + How did you split the distribution into 1392 KB files? @@ -10528,14 +10528,9 @@ hint.sio.7.irq="12" byte boundaries. Here is an example from - /usr/src/Makefile. + /usr/src/release/Makefile. - bin-tarball: -(cd ${DISTDIR}; \ -tar cf - . \ -gzip --no-name -9 -c | \ -split -b 240640 - \ -${RELEASEDIR}/tarballs/bindist/bin_tgz.) + ZIPNSPLIT= gzip --no-name -9 -c | split -b 1392k -