From 89dfa3a2682b558a741f1af60d6ff968f09ff508 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Sun, 17 Nov 2013 12:20:02 +0530 Subject: [PATCH] rtorrent.1.xml: clearly demarcate DHT settings DHT stuff is clearly demarcated in the code, so let the manual also follow along. Signed-off-by: Ramkumar Ramachandra --- doc/old/rtorrent.1.xml | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/doc/old/rtorrent.1.xml b/doc/old/rtorrent.1.xml index 76d2401d1..f14c35667 100644 --- a/doc/old/rtorrent.1.xml +++ b/doc/old/rtorrent.1.xml @@ -723,6 +723,27 @@ not allow connections to UDP trackers. + + http_capath = path + http_cacert = filename + +Set the certificates to use in http requests. See Curl's +CURLOPT_CAPATH and CURLOPT_CAINFO options for further information. + + + + + + + + + DHT-RELATED SETTINGS + + Settings related to DHT + + + + dht = disabled|off|auto|on @@ -755,20 +776,10 @@ The port is optional, with port 6881 being used by default. - - http_capath = path - http_cacert = filename - -Set the certificates to use in http requests. See Curl's -CURLOPT_CAPATH and CURLOPT_CAINFO options for further information. - - - - USER-INTERFACE SETTINGS