Changeset 13204


Ignore:
Timestamp:
Feb 4, 2012, 3:19:49 AM (11 years ago)
Author:
jordan
Message:

use kB/s rather than KiB/s in transmission-remote's manpage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/transmission-remote.1

    r12163 r13204  
    124124Limit the maximum download speed to
    125125.Ar limit
    126 KiB/s.
     126kB/s.
    127127If current torrent(s) are selected this operates on them. Otherwise, it changes the global setting.
    128128.It Fl D Fl -no-downlimit
     
    265265Limit the maximum upload speed to
    266266.Ar limit
    267 KiB/s.
     267kB/s.
    268268If current torrent(s) are selected this operates on them. Otherwise, it changes the global setting.
    269269.It Fl U Fl -no-uplimit
     
    307307.El
    308308.Sh EXAMPLES
    309 Set download and upload limits to 400 KiB/sec and 60 KiB/sec:
     309Set download and upload limits to 400 kB/sec and 60 kB/sec:
    310310.Bd -literal -offset indent
    311311$ transmission-remote \-d400 \-u60
    312312$ transmission-remote \-\-downlimit=400 \-\-uplimit=60
    313313.Ed
    314 Set alternate download and upload limits to 100 KiB/sec and 20 KiB/sec:
     314Set alternate download and upload limits to 100 kB/sec and 20 kB/sec:
    315315.Bd -literal -offset indent
    316316$ transmission-remote \-asd100 \-asu20
Note: See TracChangeset for help on using the changeset viewer.