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.
+
+
+