1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-02 17:55:22 +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
* the Transmission project.
*
* $Id:$
* $Id$
*/
#include <assert.h>
@ -159,7 +159,7 @@ daemonUsage( void )
" -f --foreground Run in the foreground and log to stderr\n"
" -g --config-dir <dir> Where to look for torrents and daemon-config.benc\n"
" -h --help Display this message and exit\n"
" -p --port n Port to listen to for requests (Default: "TR_DEFAULT_RPC_PORT_STR")\n"
" -p --port n Port to listen to for requests (Default: "TR_DEFAULT_RPC_PORT_STR")\n"
"\n"
MY_NAME" is a headless Transmission session\n"
"that can be controlled via transmission-remote or Clutch.\n" );

View file

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