moreutils (0.37) UNRELEASED; urgency=low
* parallel: Clarify man page regarding CPUs. Closes: #536597
+ * parallel: Add -n option. Thanks, Pierre Habouzit. Closes: #537992
+ (As a side effect, fixes a segfault if -- was omitted.)
-- Joey Hess <joeyh@debian.org> Wed, 15 Jul 2009 10:13:28 -0400
<varlistentry>
<term><option>-n</option></term>
<listitem>
- <para>Number of arguments to pass to one command at
- once. Incompatible with -i</para>
+ <para>Number of arguments to pass to a
+ command at a time. Default is 1.
+ Incompatible with -i</para>
</listitem>
</varlistentry>
</para>
<para>This runs three subshells that each print a message, delay,
- and print another message. If yours system has multiple
+ and print another message. If your system has multiple
CPUs, parallel will run some of the jobs in parallel,
which should be clear from the order the messages are
output.