1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 18:25:35 +00:00

minor tweaks.

This commit is contained in:
Charles Kerr 2008-05-19 16:16:38 +00:00
parent f9f8e18865
commit 52db6baa7a
2 changed files with 16 additions and 11 deletions

View file

@ -7,7 +7,7 @@
* This exemption does not extend to derived works not owned by * This exemption does not extend to derived works not owned by
* the Transmission project. * the Transmission project.
* *
* $Id:$ * $Id$
*/ */
#include <assert.h> #include <assert.h>

View file

@ -10,7 +10,7 @@
.Dd May 19, 2008 .Dd May 19, 2008
.Dt TRANSMISSION-DAEMON 1 .Dt TRANSMISSION-DAEMON 1
.Os
.Sh NAME .Sh NAME
.Nm transmission-daemon .Nm transmission-daemon
.Nd a bittorrent client .Nd a bittorrent client
@ -24,14 +24,14 @@
.Op Fl g Ar directory .Op Fl g Ar directory
.Op Fl p Ar port .Op Fl p Ar port
.Ek .Ek
.Sh DESCRIPTION .Sh DESCRIPTION
The
.Nm .Nm
program is a daemon-based Transmission session that can be controlled is a daemon-based Transmission session that can be controlled
via RPC commands by via RPC commands from
.Xr transmission-remote 1 .Xr transmission-remote 1
or or
.Xr Clutch 1 .Xr Clutch 1 .
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
@ -54,18 +54,23 @@ Print command-line option descriptions.
Port to open and listen for RPC requests on. Default: 9091 Port to open and listen for RPC requests on. Default: 9091
.El .El
.Sh ENVIRONMENT
.Bl -tag -width Fl
.It Ev TRANSMISSION_HOME
Sets the default config-dir.
.El
.Sh FILES .Sh FILES
.Pa ~/.transmission .Pa ~/.config/transmission-daemon
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
The
.Nm
program was written by
.An Charles Kerr , .An Charles Kerr ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Eric Petit , .An Eric Petit ,
and and
.An Mitchell Livingston . .An Mitchell Livingston .
.Sh SEE ALSO .Sh SEE ALSO
.Xr transmissioncli 1 , .Xr transmissioncli 1 ,
.Xr transmission 1 , .Xr transmission 1 ,