summaryrefslogtreecommitdiffstats
path: root/pod
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2023-01-21 09:49:20 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2023-01-21 09:53:40 +0000
commitdfe0f42dcbc3838a2d0807705d411e6411d350f0 (patch)
tree9911cba2590f5b74e9e2497462bddd1ca92db88f /pod
parent411c99a99c18906d4204874a920980b9037c8658 (diff)
downloadurpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.tar
urpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.tar.gz
urpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.tar.bz2
urpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.tar.xz
urpmi-dfe0f42dcbc3838a2d0807705d411e6411d350f0.zip
Prefer wget to curl as the default downloader (mga#24362)
Diffstat (limited to 'pod')
-rw-r--r--pod/8/urpmi.addmedia.pod12
-rw-r--r--pod/8/urpmi.pod2
-rw-r--r--pod/8/urpmi.update.pod6
-rw-r--r--pod/8/urpmq.pod8
4 files changed, 14 insertions, 14 deletions
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 <I<name>> is a human-readable name for the new media (e.g.
"updates"). <I<name>> is optional if B<--distrib> is given in the options
list. <I<host>>/<I<path>> is the location of the media directory on the
net (e.g. C<media/main>). The location is given relative to
-<I<path>>. B<curl> is used by default to download files, B<wget> may be
-used if B<curl> is not installed or if or B<--wget> is given in
+<I<path>>. B<wget> is used by default to download files, B<curl> may be
+used if B<wget> is not installed or if or B<--curl> is given in
I<options>. 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<program name>
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</etc/urpmi/prefer.list> (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'>