From 9fcef7fbd61fbd4b23dc3045363cc4b3ca0f140c Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Sun, 17 Nov 2013 12:43:20 +0530 Subject: [PATCH] rtorrent.1.xml: nuke a bunch of deprecated on_* functions Signed-off-by: Ramkumar Ramachandra --- doc/old/rtorrent.1.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/doc/old/rtorrent.1.xml b/doc/old/rtorrent.1.xml index 17de1237..bca55f9c 100644 --- a/doc/old/rtorrent.1.xml +++ b/doc/old/rtorrent.1.xml @@ -574,23 +574,6 @@ 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. - - -