doc/pacman.conf: ParallelDownloads expects a value

This can not be specified on its own but requires a value.

Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Christian Hesse 2021-05-20 21:36:15 +02:00 committed by Allan McRae
parent 75eb3f4cd3
commit 6f35ce1570

View file

@ -202,7 +202,7 @@ Options
Disable defaults for low speed limit and timeout on downloads. Use this Disable defaults for low speed limit and timeout on downloads. Use this
if you have issues downloading files with proxy and/or security gateway. if you have issues downloading files with proxy and/or security gateway.
*ParallelDownloads*:: *ParallelDownloads =* ...::
Specifies number of concurrent download streams. The value needs to be a Specifies number of concurrent download streams. The value needs to be a
positive integer. If this config option is not set then only one download positive integer. If this config option is not set then only one download
stream is used (i.e. downloads happen sequentially). stream is used (i.e. downloads happen sequentially).