summaryrefslogtreecommitdiffstats
path: root/pod/urpmi.update.8.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-25 17:48:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-25 17:48:34 +0000
commit8efdb18a2d30db87bec6df08110c1f806a65b9be (patch)
tree91be941d578d976dba2a01b4021fdcf4209c000e /pod/urpmi.update.8.pod
parenta44234487067beeb9d690de52cff82396261638b (diff)
downloadurpmi-8efdb18a2d30db87bec6df08110c1f806a65b9be.tar
urpmi-8efdb18a2d30db87bec6df08110c1f806a65b9be.tar.gz
urpmi-8efdb18a2d30db87bec6df08110c1f806a65b9be.tar.bz2
urpmi-8efdb18a2d30db87bec6df08110c1f806a65b9be.tar.xz
urpmi-8efdb18a2d30db87bec6df08110c1f806a65b9be.zip
Small manpage updates
Diffstat (limited to 'pod/urpmi.update.8.pod')
-rw-r--r--pod/urpmi.update.8.pod59
1 files changed, 29 insertions, 30 deletions
diff --git a/pod/urpmi.update.8.pod b/pod/urpmi.update.8.pod
index b3545fce..186d8dc5 100644
--- a/pod/urpmi.update.8.pod
+++ b/pod/urpmi.update.8.pod
@@ -9,71 +9,70 @@ urpmi.update - Updates package lists for specified media
=head1 DESCRIPTION
urpmi.update scans the specified urpmi media to update their package list.
-<I<names>> is a list of names you first told to urpmi.addmedia.
+<I<names>> is a list of names you first told to urpmi.addmedia.
=head1 OPTIONS
=over
-=item B<--wget>
-
-Use wget for downloading distant files. By default curl
-is used if available, or wget instead.
-
=item B<--curl>
Use curl for downloading distant
files. By default curl is used if available, or wget instead.
+=item B<--force-key>
+
+Force update of GPG key.
+
+=item B<--ignore>, B<--no-ignore>
+
+Don't update media, but mark them as ignored (that is, disables them).
+B<--no-ignore> has the reverse behaviour: it marks the media as enabled.
+
=item B<--limit-rate I<rate>>
Try to limit the download speed, I<rate> is given in bytes/sec. This
option is not active by default.
+=item B<--no-md5sum>
+
+Disable MD5SUM file checking.
+
+=item B<--norebuild>
+
+Don't try to rebuild the hdlist files from the RPMs if the original hdlist
+wasn't readable or was corrupted.
+
=item B<--proxy> I<proxyhost[:port|1080]>
-Use specified HTTP proxy.
+Use specified HTTP proxy.
=item B<--proxy-user> I<user:password>
Use specified user and password to use for proxy authentication.
Specifying B<--proxy-user=ask> will cause urpmi.update to prompt for a
-username and a password.
+username and a password.
=item B<--update>
-Use only update media.
-
-=item B<--no-md5sum>
-
-Disable MD5SUM file checking.
-
-=item B<--force-key>
-
-Force update of GPG key.
+Use only update media.
-=item B<--norebuild>
-
-Don't try to rebuild the hdlist files from the RPMs if the original hdlist
-wasn't readable or was corrupted.
-
-=item B<--ignore>, B<--no-ignore>
+=item B<--wget>
-Don't update media, but mark them
-as ignored (disables them). B<--no-ignore> has the reverse behaviour: it marks
-the media as enabled.
+Use wget for downloading distant files. By default curl
+is used if available, or wget instead.
=item B<-a>
-Select all media that are not using a removable device to update them.
+Select all media that are not using a removable device to update them.
=item B<-c>
-Clean /var/cache/urpmi/headers directory on exit.
+Clean F</var/cache/urpmi/headers> directory on exit.
=item B<-f>
-Force rebuild of base files, or of hdlist files when specified twice.
+Force rebuild of base files, or of hdlist files when specified twice.
=item B<-q>
@@ -92,4 +91,4 @@ urpmi(8), urpmi.addmedia(8), urpmi.removemedia(8).
=head1 AUTHOR
Pascal Rigaux (original author), FranE<ccedil>ois Pons,
-Rafael Garcia-Suarez, <rgarciasuarez@mandriva.com> (current maintainer)
+Rafael Garcia-Suarez, <rgarciasuarez@mandriva.com> (current maintainer)