]> err.no Git - moreutils/commitdiff
parallel.1: Typo fixes. Closes: #538147
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 25 Jul 2009 08:03:42 +0000 (10:03 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 25 Jul 2009 08:03:42 +0000 (10:03 +0200)
debian/changelog
parallel.docbook

index c8b8176c32054088eff92ca390ccf22102f3d8d1..212be4264f377ed7573716a215b52ca1bdd73ff7 100644 (file)
@@ -3,6 +3,7 @@ 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.)
+  * parallel.1: Typo fixes. Closes: #538147
 
  -- Joey Hess <joeyh@debian.org>  Wed, 15 Jul 2009 10:13:28 -0400
 
index 232a69c07c893cb292e66dd51c510045012b2808..046bb6c26439da5e495aec8bfe835fde99fcec71 100644 (file)
@@ -131,7 +131,7 @@ Written by Joey Hess
 
        <para>Its exit status is the combination of the exit statuses of each
        command ran, ORed together. (Thus, if any one command
-       exists nonzero, <command>parallel</command> as a whole will exit nonzero.)</para>
+       exits nonzero, <command>parallel</command> as a whole will exit nonzero.)</para>
                
        </refsect1>