Small man change

This commit is contained in:
Ole Tange 2007-09-14 00:51:23 +02:00
parent 5e982d0c02
commit 616abc5370
2 changed files with 2 additions and 4 deletions

View file

@ -238,8 +238,7 @@ So B<parallel>'s newline separation can be emulated with:
cat | tr '\n' '\0' | xargs -0 -n1 I<command>
B<xargs> can run a given number of jobs in parallel, but has no
support for running no_of_cpus jobs or as many as possible in
parallel.
support for running no_of_cpus jobs in parallel.
B<xargs> has no support for grouping the output, so output may run
together, so the first half of a line is from one process and the last

View file

@ -345,8 +345,7 @@ So \fBparallel\fR's newline separation can be emulated with:
cat | tr '\en' '\e0' | xargs \-0 \-n1 \fIcommand\fR
.PP
\&\fBxargs\fR can run a given number of jobs in parallel, but has no
support for running no_of_cpus jobs or as many as possible in
parallel.
support for running no_of_cpus jobs in parallel.
.PP
\&\fBxargs\fR has no support for grouping the output, so output may run
together, so the first half of a line is from one process and the last