parallel.pod: use 'true' to avoid the empty line.

This commit is contained in:
Ole Tange 2012-09-07 18:21:47 +02:00
parent 731e12f271
commit 4d48638859

View file

@ -2271,7 +2271,7 @@ The idea is to put the jobs into a file and have GNU B<parallel> read
from that continuously. As GNU B<parallel> will stop at end of file we from that continuously. As GNU B<parallel> will stop at end of file we
use B<tail> to continue reading: use B<tail> to continue reading:
B<echo >>B<jobqueue>; B<tail -f jobqueue | parallel> B<true >>B<jobqueue>; B<tail -f jobqueue | parallel>
To submit your jobs to the queue: To submit your jobs to the queue: