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.
.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/
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
@ -58,8 +57,8 @@ instance
.Pp
Only one instance of
.Nm
may run at one time. Multiple torrent files may be loaded at startup
by adding them to the command line. If
may be run at one time. Multiple .torrent files may be loaded at
startup by adding them to the command line. If
.Nm
is already running, those torrents will be opened in the running
instance.
@ -69,7 +68,7 @@ instance.
The directory which
.Nm
uses to store user preferences, resume information and state, and the
socket file used for IPC.
socket file used for interprocess communication (IPC).
.El
.Sh AUTHORS
.An -nosplit