diff options
author | nicm <nicm> | 2015-04-21 22:32:40 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-04-21 22:32:40 +0000 |
commit | 93b2871cab399388a16ace64d8dfb9a8e2143543 (patch) | |
tree | e4eeca52d6676e5658e2191af8357588c7636372 /tmux.1 | |
parent | 7a72eff4a4717e975ab7ef39baff5667b12e8a13 (diff) | |
download | rtmux-93b2871cab399388a16ace64d8dfb9a8e2143543.tar.gz rtmux-93b2871cab399388a16ace64d8dfb9a8e2143543.tar.bz2 rtmux-93b2871cab399388a16ace64d8dfb9a8e2143543.zip |
Do not die on USR1 if any of the socket parent directories are
missing. Reported by Robin Powell.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |