summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--parallel.docbook2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c8b8176..212be42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/parallel.docbook b/parallel.docbook
index 232a69c..046bb6c 100644
--- a/parallel.docbook
+++ b/parallel.docbook
@@ -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>