parallel.pod: Fixed bug #39406: F19 - pod2man only accepts text not numbers after =item.

This commit is contained in:
Ole Tange 2013-07-26 14:58:42 +02:00
parent 3f0c1c9b34
commit c52acfb001

View file

@ -529,18 +529,18 @@ Print a summary of the options to GNU B<parallel> and exit.
=over 3 =over 3
=item 0 =item Z<>0
Do not halt if a job fails. Exit status will be the number of jobs Do not halt if a job fails. Exit status will be the number of jobs
failed. This is the default. failed. This is the default.
=item 1 =item Z<>1
Do not start new jobs if a job fails, but complete the running jobs Do not start new jobs if a job fails, but complete the running jobs
including cleanup. The exit status will be the exit status from the including cleanup. The exit status will be the exit status from the
last failing job. last failing job.
=item 2 =item Z<>2
Kill off all jobs immediately and exit without cleanup. The exit Kill off all jobs immediately and exit without cleanup. The exit
status will be the exit status from the failing job. status will be the exit status from the failing job.
@ -2800,19 +2800,19 @@ If B<--halt-on-error> 0 or not specified:
=over 6 =over 6
=item 0 =item Z<>0
All jobs ran without error. All jobs ran without error.
=item 1-253 =item Z<>1-253
Some of the jobs failed. The exit status gives the number of failed jobs Some of the jobs failed. The exit status gives the number of failed jobs
=item 254 =item Z<>254
More than 253 jobs failed. More than 253 jobs failed.
=item 255 =item Z<>255
Other error. Other error.