From 7d5a3bf4eeb18f22fb90b4153f84bea6d60aa428 Mon Sep 17 00:00:00 2001 From: Steven Siloti Date: Thu, 11 Feb 2016 20:29:07 -0800 Subject: [PATCH] Fix note in listen_interfaces docs Apparently rst2html doesn't appreciate tabs. Also make the note a proper rst directive, I think this was the intention. --- include/libtorrent/settings_pack.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/libtorrent/settings_pack.hpp b/include/libtorrent/settings_pack.hpp index e1b36ed78..19ae574e4 100644 --- a/include/libtorrent/settings_pack.hpp +++ b/include/libtorrent/settings_pack.hpp @@ -178,10 +178,10 @@ namespace libtorrent // to allow accepting uTP connections as well as TCP. If using the DHT, // this will also make the DHT use the same UDP ports. // - // Note:: - // The current support for opening arbitrary UDP sockets is limited. - // In this version of libtorrent, there will only ever be two UDP - // sockets, one for IPv4 and one for IPv6. + // .. note:: + // The current support for opening arbitrary UDP sockets is limited. + // In this version of libtorrent, there will only ever be two UDP + // sockets, one for IPv4 and one for IPv6. listen_interfaces, // when using a poxy, this is the hostname where the proxy is running