diff --git a/doc/old/rtorrent.1.xml b/doc/old/rtorrent.1.xml
index 9c455859..e8093896 100644
--- a/doc/old/rtorrent.1.xml
+++ b/doc/old/rtorrent.1.xml
@@ -507,29 +507,6 @@ Enable/disable peer exchange for torrents that aren't marked private. Disabled b
-
- schedule = id,start,interval,command
-
-Call command every interval
-seconds, starting from start. An
-interval of zero calls the task once, while a
-start of zero calls it immediately. Currently
-command is forwarded to the option handler.
-
-start and interval may
-optionally use a time format, dd:hh:mm:ss. F.ex to
-start a task every day at 18:00, use
-18:00:00,24:00:00.
-
-
-
-
- schedule_remove = id
-
-Delete id from the scheduler.
-
-
-
start_tied =
@@ -580,40 +557,6 @@ torrent::input_error exception on bad input.
-
- stop_on_ratio = min_ratio
- stop_on_ratio = min_ratio,min_upload
- stop_on_ratio = min_ratio,min_upload,max_ratio
-
-Stop torrents when they reach the given upload ratio
-min_ratio in percent. If the optional
-min_upload is given, require a total
-upload amount of this many bytes as well. If the optional
-max_ratio is given, stop the torrent
-when reaching this ratio regardless of the total upload
-amount. Exclude certain torrent by pressing
-Shift+I in the downlist list.
-Use with the schedule option.
-
-
-
-
- on_insert = id,command
- on_erase = id,command
- on_open = id,command
- on_close = id,command
- on_start = id,command
- on_stop = id,command
- on_hash_queued = id,command
- on_hash_removed = id,command
- on_hash_done = id,command
- on_finished = id,command
-
-Call a command on a download when its state changes. Only a subset of
-commands are available.
-
-
-
@@ -629,6 +572,8 @@ commands are available.
upload_rate = KB
download_rate = KB
+ set_upload_rate = TODO
+ set_download_rate = TODO
Set the maximum global uploand and download rates.
@@ -653,14 +598,19 @@ Set the minimum nad maximum number of peers to allow while seeding, or
max_uploads = value
+ max_downloads = value
+ min_uploads = value
+ min_downloads = value
-Set the maximum number of simultaneous uploads per download.
+Set the maximum/minimum number of simultaneous uploads/downloads per download/upload.
max_uploads_div = value
max_downloads_div = value
+ set_max_uploads_div = value
+ set_max_downloads_div = value
Change the divider used to calculate the max upload and download slots
to use when the throttle is changed. Disable by
@@ -671,6 +621,8 @@ setting 0.
max_uploads_global = value
max_downloads_global = value
+ set_max_uploads_global = value
+ set_max_downloads_global = value
Max upload and download slots allowed. Disable by
setting 0.
@@ -746,6 +698,27 @@ not allow connections to UDP trackers.
+
+ http_capath = path
+ http_cacert = filename
+
+Set the certificates to use in http requests. See Curl's
+CURLOPT_CAPATH and CURLOPT_CAINFO options for further information.
+
+
+
+
+
+
+
+
+ DHT-RELATED SETTINGS
+
+ Settings related to DHT
+
+
+
+
dht = disabled|off|auto|on
@@ -779,11 +752,23 @@ The port is optional, with port 6881 being used by default.
- http_capath = path
- http_cacert = filename
+ dht_statistics = TODO
-Set the certificates to use in http requests. See Curl's
-CURLOPT_CAPATH and CURLOPT_CAINFO options for further information.
+TODO
+
+
+
+
+ set_dht_port = TODO
+
+TODO
+
+
+
+
+ set_dht_throttle = TODO
+
+TODO
@@ -791,7 +776,6 @@ CURLOPT_CAPATH and CURLOPT_CAINFO options for further information.
-
USER-INTERFACE SETTINGS