diff options
author | nicm <nicm> | 2015-10-27 14:51:35 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-10-27 14:51:35 +0000 |
commit | 67c3a014b960b8c1d7931d3c99f570610b1d4d3f (patch) | |
tree | 905008d8b43a64925aef07310d414ee0b790986d | |
parent | 07b0ea03c33893bd2b104db5ea4e1397f92e0477 (diff) | |
download | rtmux-67c3a014b960b8c1d7931d3c99f570610b1d4d3f.tar.gz rtmux-67c3a014b960b8c1d7931d3c99f570610b1d4d3f.tar.bz2 rtmux-67c3a014b960b8c1d7931d3c99f570610b1d4d3f.zip |
No more TMPDIR.
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -143,11 +143,10 @@ 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 -.Ev TMUX_TMPDIR , -.Ev TMPDIR -if it is unset, or +.Ev TMUX_TMPDIR +or .Pa /tmp -if both are unset. +if it is unset. The default socket is named .Em default . This option allows a different socket name to be specified, allowing several |