]> err.no Git - moreutils/commitdiff
update
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 25 Jul 2009 08:02:56 +0000 (10:02 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 25 Jul 2009 08:02:56 +0000 (10:02 +0200)
debian/changelog
parallel.docbook

index 6d128e0c064f28ca441aef6a4a5aec3d0a52a8ec..c8b8176c32054088eff92ca390ccf22102f3d8d1 100644 (file)
@@ -1,6 +1,8 @@
 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
 
index 6da57bb56882d42289b36efe8a11b544be98b9c3..232a69c07c893cb292e66dd51c510045012b2808 100644 (file)
@@ -87,8 +87,9 @@ Written by Joey Hess
                <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>
                
@@ -106,7 +107,7 @@ Written by Joey Hess
        </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.