From 125041d2bf9c66dd34d29d051405ad29df60490a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 2 Aug 2011 17:02:42 +0000 Subject: [PATCH] fixed typo in docs --- docs/manual.html | 4 ++-- docs/manual.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index ff239e6ed..bd85b330f 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -3639,8 +3639,8 @@ across sessions.

active_time, finished_time and seeding_time are second counters. They keep track of the number of seconds this torrent has been active (not paused) and the number of seconds it has been active while being finished and -active while being a seed. seeding_time should be >= finished_time which -should be >= active_time. They are all saved in and restored from resume data, +active while being a seed. seeding_time should be <= finished_time which +should be <= active_time. They are all saved in and restored from resume data, to keep totals across sessions.

seed_rank is a rank of how important it is to seed the torrent, it is used to determine which torrents to seed and which to queue. It is based on the peer diff --git a/docs/manual.rst b/docs/manual.rst index 1146466e0..c73bf5442 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -3621,8 +3621,8 @@ across sessions. ``active_time``, ``finished_time`` and ``seeding_time`` are second counters. They keep track of the number of seconds this torrent has been active (not paused) and the number of seconds it has been active while being finished and -active while being a seed. ``seeding_time`` should be >= ``finished_time`` which -should be >= ``active_time``. They are all saved in and restored from resume data, +active while being a seed. ``seeding_time`` should be <= ``finished_time`` which +should be <= ``active_time``. They are all saved in and restored from resume data, to keep totals across sessions. ``seed_rank`` is a rank of how important it is to seed the torrent, it is used