diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-16 15:40:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-16 15:40:51 +0000 |
commit | 1c35b11a74834227114a8210d261c602d2c05171 (patch) | |
tree | dcae495784737ed6c4e6fa34b84c3904521570c0 | |
parent | acb52d8bea4610de1684562201c8919a757730ad (diff) | |
download | urpmi-1c35b11a74834227114a8210d261c602d2c05171.tar urpmi-1c35b11a74834227114a8210d261c602d2c05171.tar.gz urpmi-1c35b11a74834227114a8210d261c602d2c05171.tar.bz2 urpmi-1c35b11a74834227114a8210d261c602d2c05171.tar.xz urpmi-1c35b11a74834227114a8210d261c602d2c05171.zip |
fix manpage for limit-rate option: the default is bytes/second, not kb/sec
-rw-r--r-- | pod/urpmi.cfg.5.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index 82b291bd..8bb5dad6 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -92,7 +92,7 @@ Same as specifying B<--ignoresize> for urpmi. Disabled by default. Same as B<--limit-rate> for all tools. This option allows to control download speed; there is no limitation by default. The number is given in -kilo-bytes per second, unless a suffix C<K> or C<M> is added. +bytes per second, unless a suffix C<K> or C<M> is added. =item B<nopubkey> |