From 6b70c6c569b34853f445dcf41bc930e5987cf78a Mon Sep 17 00:00:00 2001 From: Josh Elsasser Date: Wed, 4 Apr 2007 01:41:34 +0000 Subject: [PATCH] Improve manpages a bit. --- cli/transmissioncli.1 | 5 +++-- gtk/transmission-gtk.1 | 21 +++++++++++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/cli/transmissioncli.1 b/cli/transmissioncli.1 index 43c8627c1..63f0d99cb 100644 --- a/cli/transmissioncli.1 +++ b/cli/transmissioncli.1 @@ -76,11 +76,12 @@ no download limit. Specifies a shell script to be executed upon successful download. .El .Sh FILES -.Pa ~/.transmission -.Pp +.Bl -tag -width Ds -compact +.It ~/.transmission Directory where .Nm keeps torrent information for future seeding and resume operations. +.El .Sh AUTHORS The .Nm diff --git a/gtk/transmission-gtk.1 b/gtk/transmission-gtk.1 index aaa47e7c8..a62b7c662 100644 --- a/gtk/transmission-gtk.1 +++ b/gtk/transmission-gtk.1 @@ -20,7 +20,7 @@ .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER .\" DEALINGS IN THE SOFTWARE. -.Dd March 30, 2007 +.Dd April 3, 2007 .Dt TRANSMISSION-GTK 1 .Os .Sh NAME @@ -38,6 +38,12 @@ The program is a lightweight BitTorrent client with a simple, intuitive GTK+ interface. .Pp +BitTorrent is a peer-to-peer file transfer protocol which uses a +torrent 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/ +.Pp The options are as follows: .Bl -tag -width Ds .It Fl h Fl -help @@ -58,7 +64,13 @@ by adding them to the command line. If is already running, those torrents will be opened in the running instance. .Sh FILES -.Pa ~/.transmission +.Bl -tag -width Ds -compact +.It ~/.transmission +The directory which +.Nm +uses to store user preferences, resume information and state, and the +socket file used for IPC. +.El .Sh AUTHORS .An -nosplit The @@ -69,9 +81,6 @@ program was written by and .An Mitchell Livingston Aq livings124@gmail.com . .Sh SEE ALSO -.Xr transmissioncli 1 , -.Xr transmission-daemon 1 , -.Xr transmission-proxy 1 , -.Xr transmission-remote 1 +.Xr transmissioncli 1 .Pp http://transmission.m0k.org