[pacman-dev] [PATCH 1/1] doc/pacman.conf: ParallelDownloads expects a value
Christian Hesse
list at eworm.de
Thu May 20 19:36:15 UTC 2021
From: Christian Hesse <mail at eworm.de>
This can not be specified on its own but requires a value.
Signed-off-by: Christian Hesse <mail at eworm.de>
---
doc/pacman.conf.5.asciidoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/pacman.conf.5.asciidoc b/doc/pacman.conf.5.asciidoc
index fd765f3d..77a3907f 100644
--- a/doc/pacman.conf.5.asciidoc
+++ b/doc/pacman.conf.5.asciidoc
@@ -202,7 +202,7 @@ Options
Disable defaults for low speed limit and timeout on downloads. Use this
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
positive integer. If this config option is not set then only one download
stream is used (i.e. downloads happen sequentially).
More information about the pacman-dev
mailing list