]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1501] Change language to say it may cause errors
authorMukund Sivaraman <muks@isc.org>
Thu, 5 Dec 2013 12:08:23 +0000 (17:38 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 5 Dec 2013 12:08:45 +0000 (17:38 +0530)
configure.ac
doc/guide/bind10-guide.xml

index 070466fb68e2b7d94a76408277d6558d16d209d6..3f2b3faf5e472ad94376dec2f7ab37bd4f64b953 100644 (file)
@@ -1710,7 +1710,7 @@ cat <<EOF
   generated by "make" before "make check" can be run.
 
   When running "make install" do not use any form of parallel or job
-  server options (such as GNU make's -j option). Doing so is guaranteed
-  to cause errors.
+  server options (such as GNU make's -j option). Doing so may cause
+  errors.
 
 EOF
index d73d81c2145378714b34fe9d5a9e83ae92e00fc2..16fffa8672ce3118370b09f3e06fe0574cb6dd3e 100644 (file)
@@ -837,9 +837,9 @@ as a dependency earlier -->
           <screen>$ <userinput>make install</userinput></screen>
         </para>
         <para>
-          Please note that you should not use any form of parallel or job
-          server options (such as GNU make's -j option) when performing
-          this step. Doing so is guaranteed to cause errors.
+          Please don't use any form of parallel or job server options
+          (such as GNU make's <command>-j</command> option) when
+          performing this step. Doing so may cause errors.
         </para>
         <note>
           <para>The install step may require superuser privileges.</para>