diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-01-16 23:27:57 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-01-16 23:27:57 +0000 |
commit | 9db2c62eef045c74b3553734ba8a18ebec6a8059 (patch) | |
tree | 0af6a03d48e2a26294c0555df07e1c19c46402cd /man/C/urpmi.update.8 | |
parent | 40425966ded63288d46d82030a4c72ba829114bb (diff) | |
download | urpmi-9db2c62eef045c74b3553734ba8a18ebec6a8059.tar urpmi-9db2c62eef045c74b3553734ba8a18ebec6a8059.tar.gz urpmi-9db2c62eef045c74b3553734ba8a18ebec6a8059.tar.bz2 urpmi-9db2c62eef045c74b3553734ba8a18ebec6a8059.tar.xz urpmi-9db2c62eef045c74b3553734ba8a18ebec6a8059.zip |
fix --limit-rate in man pages (it's in bytes/sec), perl_checker fixes
Diffstat (limited to 'man/C/urpmi.update.8')
-rw-r--r-- | man/C/urpmi.update.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/C/urpmi.update.8 b/man/C/urpmi.update.8 index c6967f9a..9ec2800f 100644 --- a/man/C/urpmi.update.8 +++ b/man/C/urpmi.update.8 @@ -18,7 +18,7 @@ available or wget instead. Use curl only for downloading distant files. By default curl is used if available or wget instead. .IP "\fB\--limit-rate \fIrate\fP" -Try to limit the download speed, \fIrate\fP is given in Kb/sec. This option is +Try to limit the download speed, \fIrate\fP is given in bytes/sec. This option is not active by default. .IP "\fB\--proxy\fP \fIproxyhost[:port|1080]\fP" Use specified HTTP proxy. |