summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-10-13 21:21:11 +0000
committerwiz <wiz@pkgsrc.org>2006-10-13 21:21:11 +0000
commit1f540ae4b1ff6f5b363c06d061be735c040b35dc (patch)
treeb1218b71c9bd1dfd24966ec9f38f937957801547 /doc/guide
parente6a0d095a37780c23fce4f4a52335ef31749ce59 (diff)
downloadpkgsrc-1f540ae4b1ff6f5b363c06d061be735c040b35dc.tar.gz
English improvement.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/binary.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml
index 90e43322601..7789137489f 100644
--- a/doc/guide/files/binary.xml
+++ b/doc/guide/files/binary.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: binary.xml,v 1.27 2006/10/09 22:08:41 rillig Exp $ -->
+<!-- $NetBSD: binary.xml,v 1.28 2006/10/13 21:21:11 wiz Exp $ -->
<chapter id="binary">
<title>Creating binary packages</title>
@@ -144,13 +144,14 @@
<quote>#!</quote>-scripts will find their
interpreter.</para></listitem>
- <listitem><para><varname>PKGSRC_RUN_TEST</varname> can be set
- to <quote><literal>yes</literal></quote> to run each package's
- self-test before installing it. Note that some packages make
- heavy use of <quote>good</quote> random numbers, so you need
- to assure that the machine you are doing the bulk builds is
- not completely idle. Otherwise some test programs will seem to
- hang, while they are just waiting for new random data to be
+ <listitem><para><varname>PKGSRC_RUN_TEST</varname> can be
+ set to <quote><literal>yes</literal></quote> to run each
+ package's self-test before installing it. Note that some
+ packages make heavy use of <quote>good</quote> random
+ numbers, so you need to assure that the machine on which you
+ are doing the bulk builds is not completely idle. Otherwise
+ some test programs will seem to hang, while they are just
+ waiting for new random data to be
available.</para></listitem>
</itemizedlist>