From dfe0f42dcbc3838a2d0807705d411e6411d350f0 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 21 Jan 2023 09:49:20 +0000 Subject: Prefer wget to curl as the default downloader (mga#24362) --- pod/8/urpmi.addmedia.pod | 12 ++++++------ pod/8/urpmi.pod | 2 +- pod/8/urpmi.update.pod | 6 +++--- pod/8/urpmq.pod | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'pod') diff --git a/pod/8/urpmi.addmedia.pod b/pod/8/urpmi.addmedia.pod index ec51670e..03e96ad9 100644 --- a/pod/8/urpmi.addmedia.pod +++ b/pod/8/urpmi.addmedia.pod @@ -35,8 +35,8 @@ where > is a human-readable name for the new media (e.g. "updates"). > is optional if B<--distrib> is given in the options list. >/> is the location of the media directory on the net (e.g. C). The location is given relative to ->. B is used by default to download files, B may be -used if B is not installed or if or B<--wget> is given in +>. B is used by default to download files, B may be +used if B is not installed or if or B<--curl> is given in I. Example: urpmi.addmedia http http://jpackage.sf.net/rpm/free @@ -191,13 +191,13 @@ Don't import pubkey of added media. =item B<--wget> -Use wget only for downloading distant files. By default curl is used if -available. +Use wget only for downloading distant files. This is the default if wget +is available. =item B<--curl> -Use curl only for downloading distant files. This is the default if curl -is available. +Use curl only for downloading distant files. By default wget is used if +available. =item B<--curl-options> I<'options'> diff --git a/pod/8/urpmi.pod b/pod/8/urpmi.pod index 41eb3713..43a874c5 100644 --- a/pod/8/urpmi.pod +++ b/pod/8/urpmi.pod @@ -406,7 +406,7 @@ manpage. =item B<--downloader> I Use a specific program for downloading distant files via http or ftp. -By default curl is used if available, or wget instead. +By default wget is used if available, or curl instead. =item B<--curl-options> I<'options'> diff --git a/pod/8/urpmi.update.pod b/pod/8/urpmi.update.pod index 765f78c8..efd80472 100644 --- a/pod/8/urpmi.update.pod +++ b/pod/8/urpmi.update.pod @@ -75,12 +75,12 @@ Verbose mode. =item B<--curl> Use curl for downloading distant -files. By default curl is used if available, or wget instead. +files. By default wget is used if available, or curl instead. =item B<--wget> -Use wget for downloading distant files. By default curl -is used if available, or wget instead. +Use wget for downloading distant files. By default wget +is used if available, or curl instead. =item B<--curl-options> I<'options'> diff --git a/pod/8/urpmq.pod b/pod/8/urpmq.pod index c0ef1fb7..883bfca3 100644 --- a/pod/8/urpmq.pod +++ b/pod/8/urpmq.pod @@ -310,13 +310,13 @@ F (see urpmi.files(5)). =item B<--wget> -Use wget for downloading distant files. By default curl -is used if available, or wget instead. +Use wget for downloading distant files. By default wget +is used if available, or curl instead. =item B<--curl> -Use curl for downloading distant files. By default curl is used if -available, or wget instead. +Use curl for downloading distant files. By default wget is used if +available, or curl instead. =item B<--curl-options> I<'options'> -- cgit v1.2.1