diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-27 16:42:29 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-27 16:42:29 +0400 |
commit | ed5bb473bd090a03b4e81da0b177cf6fca2afe5a (patch) | |
tree | d4cf92bd946f0adedcc82109d7dc330a00039809 /src | |
parent | 4fa86bf2814eac33ddcd6fe16a2d9c6110d1064d (diff) |
Minor documentation tweaks
Diffstat (limited to 'src')
-rw-r--r-- | src/Network/BitTorrent/Tracker/RPC.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC.hs b/src/Network/BitTorrent/Tracker/RPC.hs index cdc7d494..39d1b09f 100644 --- a/src/Network/BitTorrent/Tracker/RPC.hs +++ b/src/Network/BitTorrent/Tracker/RPC.hs | |||
@@ -6,10 +6,10 @@ | |||
6 | -- Portability : portable | 6 | -- Portability : portable |
7 | -- | 7 | -- |
8 | -- This module provides unified RPC interface to BitTorrent | 8 | -- This module provides unified RPC interface to BitTorrent |
9 | -- trackers. The tracker is an UDP/HTTP/HTTPS service used to discovery | 9 | -- trackers. The tracker is an UDP/HTTP/HTTPS service used to |
10 | -- peers for a particular existing torrent and keep statistics about | 10 | -- discovery peers for a particular existing torrent and keep |
11 | -- the swarm. This module also provides a way to easily request | 11 | -- statistics about the swarm. This module also provides a way to |
12 | -- scrape info for a particular torrent list. | 12 | -- request scrape info for a particular torrent list. |
13 | -- | 13 | -- |
14 | {-# LANGUAGE DeriveDataTypeable #-} | 14 | {-# LANGUAGE DeriveDataTypeable #-} |
15 | module Network.BitTorrent.Tracker.RPC | 15 | module Network.BitTorrent.Tracker.RPC |