summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--parallel.docbook2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 437ba87..6d128e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+moreutils (0.37) UNRELEASED; urgency=low
+
+ * parallel: Clarify man page regarding CPUs. Closes: #536597
+
+ -- Joey Hess <joeyh@debian.org> Wed, 15 Jul 2009 10:13:28 -0400
+
moreutils (0.36) unstable; urgency=low
* parallel: New program, contributed by Tollef Fog Heen,
diff --git a/parallel.docbook b/parallel.docbook
index 9d5714c..2fa5a5c 100644
--- a/parallel.docbook
+++ b/parallel.docbook
@@ -48,7 +48,7 @@ Written by Joey Hess
<para><command>parallel</command> runs the specified command,
passing it a single one of the specified arguments. This is
repeated for each argument. Jobs may be run in
- parallel. The default is to run one job per CPU core.</para>
+ parallel. The default is to run one job per CPU.</para>
</refsect1>