From 0bfc4b0207a9481e042d44a3f6d7461823fc373a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 26 Jun 2010 20:17:20 +0000 Subject: [PATCH] (trunk) add transmission-qt manpage --- qt/transmission-qt.1 | 74 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 qt/transmission-qt.1 diff --git a/qt/transmission-qt.1 b/qt/transmission-qt.1 new file mode 100644 index 000000000..76fca8a32 --- /dev/null +++ b/qt/transmission-qt.1 @@ -0,0 +1,74 @@ +.Dd June 26, 2010 +.Dt TRANSMISSION-QT 1 +.Sh NAME +.Nm transmission-qt +.Nd a bittorrent client +.Sh SYNOPSIS +.Nm transmission-qt +.Fl h +.Nm +.Op Nm options +.Op Ar torrent-file ... +.Sh DESCRIPTION +.Nm +is a fast and easy BitTorrent client. +.Pp +BitTorrent is a peer-to-peer file transfer protocol which uses a +metainfo file (usually with the .torrent file extension) and a central +tracker to distribute file data amongst a group of peers. For more +information on the BitTorrent protocol see http://www.bittorrent.org/ +.Sh OPTIONS +.Bl -tag -width Ds +.It Fl h Fl -help +Show help options +.It Fl g, Fl -config-dir Ar directory +Where to look for configuration files. This can be used to swap between using the cli, daemon, gtk, and qt clients. +See http://trac.transmissionbt.com/wiki/ConfigFiles for more information. +.It Fl m Fl -minimized +Start minimized in notification area +.It Fl p, Fl -port Ar port +Port to use when connecting to an existing session +.It Fl r, Fl -remote Ar host +Connect to an existing session at the specified hostname +.It Fl u, Fl -username Ar username +Username to use when connecting to an existing session +.It Fl v, Fl -version +Show version number and exit +.It Fl w, Fl -password Ar password +Password to use when connecting to an existing session +.El +.Pp +Multiple .torrent files may be added at startup +by appending them on the command line. If +.Nm +is already running, the torrents will be added to the running instance. +.Sh ENVIRONMENT +.Bl -tag -width Fl +.It Ev TRANSMISSION_HOME +Sets the default config-dir. +.El +.Sh FILES +.Bl -tag -width Ds -compact +.It ~/.config/transmission +The config-dir used when neither +.Op Ev TRANSMISSION_HOME +nor +.Op Fl g +is specified. +.El +.Sh AUTHORS +.An -nosplit +.Nm +was written by +.An Charles Kerr , +.An Josh Elsasser , +.An Eric Petit , +and +.An Mitchell Livingston . +.Sh SEE ALSO +.Xr transmissioncli 1 , +.Xr transmission-daemon 1 , +.Xr transmission-gtk 1 , +.Xr transmission-remote 1 +.Pp +http://www.transmissionbt.com/