Improve manpages a bit.

This commit is contained in:
Josh Elsasser
2007-04-04 01:41:34 +00:00
parent fffd302c2c
commit 6b70c6c569
2 changed files with 18 additions and 8 deletions

View File

@@ -76,11 +76,12 @@ no download limit.
Specifies a shell script to be executed upon successful download. Specifies a shell script to be executed upon successful download.
.El .El
.Sh FILES .Sh FILES
.Pa ~/.transmission .Bl -tag -width Ds -compact
.Pp .It ~/.transmission
Directory where Directory where
.Nm .Nm
keeps torrent information for future seeding and resume operations. keeps torrent information for future seeding and resume operations.
.El
.Sh AUTHORS .Sh AUTHORS
The The
.Nm .Nm

View File

@@ -20,7 +20,7 @@
.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
.\" DEALINGS IN THE SOFTWARE. .\" DEALINGS IN THE SOFTWARE.
.Dd March 30, 2007 .Dd April 3, 2007
.Dt TRANSMISSION-GTK 1 .Dt TRANSMISSION-GTK 1
.Os .Os
.Sh NAME .Sh NAME
@@ -38,6 +38,12 @@ The
program is a lightweight BitTorrent client with a simple, intuitive 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
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: The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl h Fl -help .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 is already running, those torrents will be opened in the running
instance. instance.
.Sh FILES .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 .Sh AUTHORS
.An -nosplit .An -nosplit
The The
@@ -69,9 +81,6 @@ program was written by
and and
.An Mitchell Livingston Aq livings124@gmail.com . .An Mitchell Livingston Aq livings124@gmail.com .
.Sh SEE ALSO .Sh SEE ALSO
.Xr transmissioncli 1 , .Xr transmissioncli 1
.Xr transmission-daemon 1 ,
.Xr transmission-proxy 1 ,
.Xr transmission-remote 1
.Pp .Pp
http://transmission.m0k.org http://transmission.m0k.org