summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2011-01-12 22:23:59 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2011-01-12 22:23:59 +0000
commit270cc25add9881c526af062700a39fa7e157512b (patch)
tree00eeeda1fc4a1b40decf6bdbbdf306a894eec45f /usr.bin/tmux/tmux.1
parent2181d37d0f964c2c4b13df0c1e9cb79aaab83f63 (diff)
Use TMPDIR if set, from Han Boetes.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r--usr.bin/tmux/tmux.19
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index fa30e5f5572..552f2cc4740 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.207 2011/01/09 18:46:46 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.208 2011/01/12 22:23:58 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 9 2011 $
+.Dd $Mdocdate: January 12 2011 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -134,7 +134,10 @@ will report an error and exit without executing further commands.
.It Fl L Ar socket-name
.Nm
stores the server socket in a directory under
-.Pa /tmp ;
+.Pa /tmp
+(or
+.Ev TMPDIR
+if set);
the default socket is named
.Em default .
This option allows a different socket name to be specified, allowing several