diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2013-03-27 11:24:18 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2013-03-27 11:24:18 +0000 |
commit | 7f636587098593c6c0efd3feaecb970aa7170116 (patch) | |
tree | 093dc694d8fe475ef8a834ef9762af551f11d669 /tmux.1 | |
parent | 5e4d9a3197a229ecb30d51f5b7e6756ef31dc1d2 (diff) | |
download | rtmux-7f636587098593c6c0efd3feaecb970aa7170116.tar.gz rtmux-7f636587098593c6c0efd3feaecb970aa7170116.tar.bz2 rtmux-7f636587098593c6c0efd3feaecb970aa7170116.zip |
Add TMUX_TMPDIR variable to put the socket directory outside
TMPDIR. From Ben Boeckel.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -98,10 +98,6 @@ The options are as follows: Force .Nm to assume the terminal supports 256 colours. -.It Fl 8 -Like -.Fl 2 , -but indicates that the terminal supports 88 colours. .It Fl C Start in control mode. Given twice @@ -145,11 +141,12 @@ session created, and continues to process the rest of the configuration file. .It Fl L Ar socket-name .Nm stores the server socket in a directory under -.Pa /tmp -(or +.Ev TMUX_TMPDIR , .Ev TMPDIR -if set); -the default socket is named +if it is unset, or +.Pa /tmp +if both are unset. +The default socket is named .Em default . This option allows a different socket name to be specified, allowing several independent |