git: 9front

Download patch

ref: f8d7c2013b71568115dde497501e18eb88cb285e
parent: 9d11ee3a603b55b3d44b41cfcf9aba177a8b5bed
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Tue Oct 25 10:28:35 EDT 2011

torrent(1): add trackon example

--- a/sys/man/1/torrent
+++ b/sys/man/1/torrent
@@ -48,7 +48,8 @@
 .I url
 should be given with the
 .B -t
-option in that case.
+option in that case. A list of trackers can be obtained
+on the web, see the examples below.
 .PP
 Without the
 .B -c
@@ -105,6 +106,12 @@
 	ip/torrent -pv | \\
 	aux/statusbar 'download...'
 .EE
+.LP
+Get list of public alive trackers to choose from
+.EX
+hget http://www.trackon.org/api/live
+.EE
+.LP
 .SH SOURCE
 .B /sys/src/cmd/ip/torrent.c
 .SH "SEE ALSO"
--