diff --git a/doc/rtorrent.1.xml b/doc/rtorrent.1.xml
index 9d190f5f..a4b44f5e 100644
--- a/doc/rtorrent.1.xml
+++ b/doc/rtorrent.1.xml
@@ -535,7 +535,8 @@ have been deleted. Clear the association with the 'U' key.
Close any active torrents on filesystems with less than
space diskspace left. Use with
-the schedule option.
+the schedule option. A default scheduled event
+with id low_diskspace is set to 500Mb.
diff --git a/doc/rtorrent.rc b/doc/rtorrent.rc
index 0a348a58..fdd9743e 100644
--- a/doc/rtorrent.rc
+++ b/doc/rtorrent.rc
@@ -95,18 +95,3 @@
# before forcing. Overworked systems might need lower values to get a
# decent hash checking rate.
#hash_max_tries = 10
-
-# Max number of files to keep open simultaniously.
-#max_open_files = 128
-
-# Number of sockets to simultaneously keep open.
-#max_open_sockets =
-
-
-# Example of scheduling commands: Switch between two ip's every 5
-# seconds.
-#schedule = "ip_tick1,5,10,ip=torretta"
-#schedule = "ip_tick2,10,10,ip=lampedusa"
-
-# Remove a scheduled event.
-#schedule_remove = "ip_tick1"