svn commit: r288860 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Oct 5 20:12:50 UTC 2015


Author: gjb
Date: Mon Oct  5 20:12:49 2015
New Revision: 288860
URL: https://svnweb.freebsd.org/changeset/base/288860

Log:
  Document r286289, xargs(1) '-P 0' mode.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:12:46 2015	(r288859)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:12:49 2015	(r288860)
@@ -427,6 +427,13 @@
 	&man.ar.1; utility now enables deterministic mode
 	(<literal>-D</literal>) by default.  This behavior can be
 	disabled by specifying the <literal>-U</literal> flag.</para>
+
+      <para revision="286289" contrib="sponsor"
+	sponsor="&scaleengine;">The &man.xargs.1; utility has been
+	updated to allow specifying <literal>0</literal> as an
+	argument to the <literal>-P</literal> (parallel mode) flag,
+	which allows creating as many concurrent processes as
+	possible.</para>
     </sect2>
 
     <sect2 xml:id="userland-contrib">


More information about the svn-src-head mailing list