fix up the man pages a bit

This commit is contained in:
Charles Kerr 2008-05-20 18:21:36 +00:00
parent 7beacb3032
commit 7d3e3d6dd6
4 changed files with 31 additions and 62 deletions

View File

@ -114,15 +114,14 @@ The
.Nm
program was written by
.An -nosplit
.An Eric Petit Aq titer@m0k.org ,
.An Josh Elsasser Aq josh@elsasser.org ,
.An Charles Kerr Aq charles@rebelbase.com ,
.An Eric Petit ,
.An Josh Elsasser ,
.An Charles Kerr ,
and
.An Mitchell Livingston Aq livings124@gmail.com .
.An Mitchell Livingston .
.Sh SEE ALSO
.Xr transmission 1 ,
.Xr transmission-daemon 1 ,
.Xr transmission-proxy 1 ,
.Xr transmission-remote 1
.Pp
http://www.transmissionbt.com/

View File

@ -1,13 +1,3 @@
.\" $Id$
.\"
.\" Copyright (c) 2008 Charles Kerr
.\"
.\" This file is licensed by the GPL version 2. Works owned by the
.\" Transmission project are granted a special exemption to clause 2(b)
.\" so that the bulk of its code can remain under the MIT license.
.\" This exemption does not extend to derived works not owned by
.\" the Transmission project.
.Dd May 19, 2008
.Dt TRANSMISSION-DAEMON 1
@ -47,7 +37,7 @@ Default: +127.0.0.1
Run in the foreground and print errors to stderr instead of forking
and logging errors with syslog.
.It Fl g Fl -config-dir Ar directory
Where to look for .torrent files and daemon-config.benc on startup.
Where to look for .torrent and config files on startup.
.It Fl h Fl -help
Print command-line option descriptions.
.It Fl p Fl -port Ar port

View File

@ -1,26 +1,4 @@
.\" $Id$
.\"
.\" Copyright (c) 2007 Joshua Elsasser
.\"
.\" Permission is hereby granted, free of charge, to any person obtaining a
.\" copy of this software and associated documentation files (the "Software"),
.\" to deal in the Software without restriction, including without limitation
.\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
.\" and/or sell copies of the Software, and to permit persons to whom the
.\" Software is furnished to do so, subject to the following conditions:
.\"
.\" The above copyright notice and this permission notice shall be included in
.\" all copies or substantial portions of the Software.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
.\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
.\" AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
.\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
.\" DEALINGS IN THE SOFTWARE.
.Dd March 30, 2007
.Dd May 20, 2008
.Dt TRANSMISSION-REMOTE 1
.Os
.Sh NAME

View File

@ -20,7 +20,7 @@
.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
.\" DEALINGS IN THE SOFTWARE.
.Dd April 18, 2007
.Dd May 20, 2008
.Dt TRANSMISSION-GTK 1
.Os
.Sh NAME
@ -47,45 +47,47 @@ The options are as follows:
Show help options
.It Fl p Fl -paused
Start with all torrents paused
.It Fl q Fl -quit
Ask the running
.Nm
instance to quit
.It Fl m Fl -minimized
Start minimized in system tray
.It Fl g, Fl -config-dir Ar directory
Where to look for configuration files
.El
.Pp
Only one instance of
Multiple .torrent files may be added at startup
by appending them on the command line.
If
.Nm
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.
is already running, the torrents will be added to the running instance.
.Sh ENVIRONMENT
.Bl -tag -width Fl
.It Ev TRANSMISSION_HOME
Sets the default config-dir.
.El
.Sh FILES
.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 interprocess communication (IPC).
.It ~/.config/transmission
The config-dir used when neither
.Op Ev TRANSMISSION_HOME
nor
.Op Fl g
is specified.
.El
.Sh AUTHORS
.An -nosplit
The
.Nm
program was written by
.An Charles Kerr Aq charles@rebelbase.com ,
.An Josh Elsasser Aq josh@elsasser.org ,
.An Eric Petit Aq titer@m0k.org ,
was written by
.An Charles Kerr ,
.An Josh Elsasser ,
.An Eric Petit ,
and
.An Mitchell Livingston Aq livings124@gmail.com .
.An Mitchell Livingston .
.Sh SEE ALSO
.Xr transmissioncli 1 ,
.Xr transmission-daemon 1 ,
.Xr transmission-proxy 1 ,
.Xr transmission-remote 1
.Pp
http://www.transmissionbt.com/