From 1402c3b266cb482d76cf9e2d075b76dbcfe16612 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 1 Mar 2008 18:26:15 +0000 Subject: [PATCH] fixed typo in docs and regenerated html files --- docs/manual.html | 2 +- docs/manual.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index a2594a6e0..c9ddc1f79 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -2593,7 +2593,7 @@ struct session_settings int peer_connect_timeout; bool ignore_limits_on_local_network; int connection_speed; - int send_redundant_have; + bool send_redundant_have; bool lazy_bitfields; int inactivity_timeout; int unchoke_interval; diff --git a/docs/manual.rst b/docs/manual.rst index 1249f17ee..d35581622 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -2586,7 +2586,7 @@ that will be sent to the tracker. The user-agent is a good way to identify your int peer_connect_timeout; bool ignore_limits_on_local_network; int connection_speed; - int send_redundant_have; + bool send_redundant_have; bool lazy_bitfields; int inactivity_timeout; int unchoke_interval;