]> granicus.if.org Git - transmission/commitdiff
fix up the man pages a bit
authorCharles Kerr <charles@transmissionbt.com>
Tue, 20 May 2008 18:21:36 +0000 (18:21 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Tue, 20 May 2008 18:21:36 +0000 (18:21 +0000)
cli/transmissioncli.1
daemon/transmission-daemon.1
daemon/transmission-remote.1
gtk/transmission.1

index b854efc8c527ab94d62a829af9df6d1679130c5e..e578569170df55b63bc600dd7a6d689ec6e0c118 100644 (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/
index 74e029ae1d42329bd3d0055979ce51773898a902..4242794523e2d1caeaeff97ee7e51933c0cc4d59 100644 (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
index 0e8076017c67751d8c0ca0a21df757fbfc9aa2c4..506632661ca30f22f99a95500ce2dc7ae729c061 100644 (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
index 2a1be9fe657c3bfdc5e47134879dae03c4566ed2..626eebe81f0d1a9ebc562dd6bf6c252f5380dd4a 100644 (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
-.Nm
-may be run at one time.  Multiple .torrent files may be loaded at
-startup by adding them to the command line.  If
+Multiple .torrent files may be added at startup
+by appending them on 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/