[pacman-dev,1/1] doc/pacman.conf: ParallelDownloads expects a value

Message ID 20210520193615.12408-1-list@eworm.de
State Accepted, archived
Headers show
Series [pacman-dev,1/1] doc/pacman.conf: ParallelDownloads expects a value | expand

Commit Message

Christian Hesse May 20, 2021, 7:36 p.m. UTC
From: Christian Hesse <mail@eworm.de>

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

Signed-off-by: Christian Hesse <mail@eworm.de>
---
 doc/pacman.conf.5.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Allan McRae May 20, 2021, 11:40 p.m. UTC | #1
On 21/5/21 5:36 am, Christian Hesse wrote:
> From: Christian Hesse <mail@eworm.de>
> 
> This can not be specified on its own but requires a value.
> 
> Signed-off-by: Christian Hesse <mail@eworm.de>
> ---


Applied.

Thanks,
A

>  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).
> .
>

Patch

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).