=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.788 retrieving revision 1.789 diff -c -r1.788 -r1.789 *** src/usr.bin/tmux/tmux.1 2020/07/06 09:14:20 1.788 --- src/usr.bin/tmux/tmux.1 2020/07/13 07:04:17 1.789 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.788 2020/07/06 09:14:20 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.789 2020/07/13 07:04:17 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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: July 6 2020 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: July 13 2020 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 169,176 **** servers to be run. Unlike .Fl S ! a full path is not necessary: the sockets are all created in the same ! directory. .Pp If the socket is accidentally removed, the .Dv SIGUSR1 --- 169,185 ---- servers to be run. Unlike .Fl S ! 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