diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-07-13 10:01:18 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-07-13 10:01:18 +0100 |
commit | 7d6723b5f77d318c61e9c80016dac9b163fc4f49 (patch) | |
tree | 5db0484c6a9ba436b5742f95c4db960635f4c845 | |
parent | a5f99e14c6f264e568b860692b89d11f5298a3f2 (diff) | |
parent | f26b7b7788bdeea4d523ac1699b845350165644e (diff) | |
download | rtmux-7d6723b5f77d318c61e9c80016dac9b163fc4f49.tar.gz rtmux-7d6723b5f77d318c61e9c80016dac9b163fc4f49.tar.bz2 rtmux-7d6723b5f77d318c61e9c80016dac9b163fc4f49.zip |
Merge branch 'obsd-master'
-rw-r--r-- | tmux.1 | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -169,8 +169,17 @@ independent servers to be run. Unlike .Fl S -a full path is not necessary: the sockets are all created in the same -directory. +a full path is not necessary: the sockets are all created in a directory +.Pa tmux-UID +under the directory given by +.Ev TMUX_TMPDIR +or in +.Pa /tmp . +The +.Pa tmux-UID +directory is created by +.Nm +and must not be world readable, writable or executable. .Pp If the socket is accidentally removed, the .Dv SIGUSR1 |