Skip to content

Commit

Permalink
rtorrent.1.xml: clearly demarcate DHT settings
Browse files Browse the repository at this point in the history
DHT stuff is clearly demarcated in the code, so let the manual also
follow along.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
  • Loading branch information
artagnon committed Nov 26, 2013
1 parent 0d620e7 commit 89dfa3a
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions doc/old/rtorrent.1.xml
Expand Up @@ -723,6 +723,27 @@ not allow connections to UDP trackers.
</para></listitem>
</varlistentry>

<varlistentry>
<term>http_capath = <replaceable>path</replaceable></term>
<term>http_cacert = <replaceable>filename</replaceable></term>
<listitem><para>
Set the certificates to use in http requests. See Curl's
CURLOPT_CAPATH and CURLOPT_CAINFO options for further information.
</para></listitem>
</varlistentry>

</variablelist>

</refsect1>

<refsect1>
<title>DHT-RELATED SETTINGS</title>
<para>
Settings related to DHT
</para>

<variablelist>

<varlistentry>
<term>dht = <replaceable>disabled|off|auto|on</replaceable></term>
<listitem><para>
Expand Down Expand Up @@ -755,20 +776,10 @@ The port is optional, with port 6881 being used by default.
</para></listitem>
</varlistentry>

<varlistentry>
<term>http_capath = <replaceable>path</replaceable></term>
<term>http_cacert = <replaceable>filename</replaceable></term>
<listitem><para>
Set the certificates to use in http requests. See Curl's
CURLOPT_CAPATH and CURLOPT_CAINFO options for further information.
</para></listitem>
</varlistentry>

</variablelist>

</refsect1>


<refsect1>
<title>USER-INTERFACE SETTINGS</title>
<para>
Expand Down

0 comments on commit 89dfa3a

Please sign in to comment.