Skip to content

Commit

Permalink
cmdref: units for d.down/d.up
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Dec 28, 2017
1 parent 472ae5d commit b0e4949
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/include-cmd-items.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ When called within configuration methods or in a ``Ctrl-X`` prompt, the target i

.. code-block:: ini
d.down.rate = ‹hash› ≫ value ‹rate›
d.down.total = ‹hash› ≫ value ‹total›
d.down.rate = ‹hash› ≫ value ‹rate [bytes/s]
d.down.total = ‹hash› ≫ value ‹total [bytes]
The total amount and current rate of download traffic for this item.
It's possible for the total download to be greater than :term:`d.size_bytes`,
Expand Down Expand Up @@ -619,8 +619,8 @@ When called within configuration methods or in a ``Ctrl-X`` prompt, the target i

.. code-block:: ini
d.up.rate = ‹hash› ≫ value ‹rate›
d.up.total = ‹hash› ≫ value ‹total›
d.up.rate = ‹hash› ≫ value ‹rate [bytes/s]
d.up.total = ‹hash› ≫ value ‹total [bytes]
The total amount and current rate of upload traffic for this item.

Expand Down

0 comments on commit b0e4949

Please sign in to comment.