1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

A couple manpage tweaks, courtesy of nzk.

This commit is contained in:
Josh Elsasser 2007-04-04 04:34:13 +00:00
parent 6b70c6c569
commit 14386befea

View file

@ -39,10 +39,9 @@ program is a lightweight BitTorrent client with a simple, intuitive
GTK+ interface. GTK+ interface.
.Pp .Pp
BitTorrent is a peer-to-peer file transfer protocol which uses a BitTorrent is a peer-to-peer file transfer protocol which uses a
torrent metainfo file (usually with the .torrent file extension) and a metainfo file (usually with the .torrent file extension) and a central
central tracker to distribute file data amongst a group of peers. For tracker to distribute file data amongst a group of peers. For more
more information on the BitTorrent protocol see information on the BitTorrent protocol see http://www.bittorrent.org/
http://www.bittorrent.org/
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
@ -58,8 +57,8 @@ instance
.Pp .Pp
Only one instance of Only one instance of
.Nm .Nm
may run at one time. Multiple torrent files may be loaded at startup may be run at one time. Multiple .torrent files may be loaded at
by adding them to the command line. If startup by adding them to the command line. If
.Nm .Nm
is already running, those torrents will be opened in the running is already running, those torrents will be opened in the running
instance. instance.
@ -69,7 +68,7 @@ instance.
The directory which The directory which
.Nm .Nm
uses to store user preferences, resume information and state, and the uses to store user preferences, resume information and state, and the
socket file used for IPC. socket file used for interprocess communication (IPC).
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit