From: Joey Hess Date: Sat, 25 Jul 2009 08:03:42 +0000 (+0200) Subject: parallel.1: Typo fixes. Closes: #538147 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6501eeabda20d1b1cf1f137d9bcfd167164a99df;p=moreutils parallel.1: Typo fixes. Closes: #538147 --- 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 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 Its exit status is the combination of the exit statuses of each command ran, ORed together. (Thus, if any one command - exists nonzero, parallel as a whole will exit nonzero.) + exits nonzero, parallel as a whole will exit nonzero.)