Package: moreutils Version: 0.36 Severity: minor Tags: patch
Found a few typos in '/usr/share/man/man1/parallel.1.gz', see attached '.diff'. Hope this helps... -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Shell: /bin/sh linked to /bin/dash Versions of packages moreutils depends on: ii libc6 2.9-18 GNU C Library: Shared libraries ii perl 5.10.0-23 Larry Wall's Practical Extraction moreutils recommends no packages. Versions of packages moreutils suggests: pn libtime-duration-perl <none> (no description available) ii libtimedate-perl 1.1600-9 Time and date functions for Perl -- no debconf information
--- parallel.1 2009-07-10 11:02:04.000000000 -0400 +++ /tmp/parallel.1 2009-07-21 01:44:17.000000000 -0400 @@ -52,7 +52,7 @@ 'hy .PP 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. @@ -72,4 +72,4 @@ .SH "EXIT STATUS" Its exit status is the combination of the exit statuses of each command ran, ORed together. (Thus, if any one command -exists nonzero, \fBparallel\fR as a whole will exit nonzero.) +exits nonzero, \fBparallel\fR as a whole will exit nonzero.)