diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-01-21 23:46:50 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-01-21 23:46:50 +0000 |
commit | 57eb948c480da7bb7b54680786521e41baecb2fe (patch) | |
tree | 6356ae557ccb1d22b52124e3747a2d49c03e8a1f /tmux.1 | |
parent | 6c3186a19aff18c715a9491e487dec5dc71d50b8 (diff) | |
download | rtmux-57eb948c480da7bb7b54680786521e41baecb2fe.tar.gz rtmux-57eb948c480da7bb7b54680786521e41baecb2fe.tar.bz2 rtmux-57eb948c480da7bb7b54680786521e41baecb2fe.zip |
Sync OpenBSD patchset 838:
Use TMPDIR if set, from Han Boetes.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.292 2011-01-21 23:45:34 tcunha Exp $ +.\" $Id: tmux.1,v 1.293 2011-01-21 23:46:50 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -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 |