From 528646cc020ae367fe4c048d6653e5058eb33cf6 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Sun, 15 May 2005 02:19:20 +0000 Subject: [PATCH] Adding more faq entries. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@439 e378c898-3ddf-0310-93e7-cc216c733640 --- doc/faq.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/faq.xml b/doc/faq.xml index 289256f5..5e6a8a37 100644 --- a/doc/faq.xml +++ b/doc/faq.xml @@ -62,6 +62,32 @@ + + + Why do I sometimes need to press ctrl-Q twice to exit the client? + + + The first time you press ctrl-q you initiate the + shutdown. This causes rTorrent to send a stop message to the + trackers of each torrent, and if the tracker is slow it might + take more than a few seconds or until the requests time + out. The second time ctrl-q is pressed forces the client to + shutdown. + + + + + + It doesn't help how much i press ctrl-q, it still won't quit. + + + Perhaps your terminal sends a different key-code to the + application. There's no configuration files for keys yet, so + modify rtorrent/src/ui/root.cc:56 to use whatever key you want + for quitting. + + +