From 0d620e77db53b28b1c15bcfe92bf0ede66974946 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Sun, 17 Nov 2013 12:15:08 +0530 Subject: [PATCH] rtorrent.1.xml: remove schedule and schedule_remove They were deprecated a long time ago. Signed-off-by: Ramkumar Ramachandra --- doc/old/rtorrent.1.xml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/doc/old/rtorrent.1.xml b/doc/old/rtorrent.1.xml index 9c455859..76d2401d 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 =