mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Do not die on USR1 if any of the socket parent directories are
missing. Reported by Robin Powell.
This commit is contained in:
6
tmux.1
6
tmux.1
@ -163,7 +163,8 @@ If the socket is accidentally removed, the
|
||||
.Dv SIGUSR1
|
||||
signal may be sent to the
|
||||
.Nm
|
||||
server process to recreate it.
|
||||
server process to recreate it (note that this will fail if any parent
|
||||
directories are missing).
|
||||
.It Fl l
|
||||
Behave as a login shell.
|
||||
This flag currently has no effect and is for compatibility with other shells
|
||||
@ -2004,7 +2005,8 @@ is bound in
|
||||
.Ar mode-table :
|
||||
the binding for command mode with
|
||||
.Fl c
|
||||
or for normal mode without. See the
|
||||
or for normal mode without.
|
||||
See the
|
||||
.Sx WINDOWS AND PANES
|
||||
section and the
|
||||
.Ic list-keys
|
||||
|
Reference in New Issue
Block a user