=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.702 retrieving revision 1.703 diff -c -r1.702 -r1.703 *** src/usr.bin/tmux/tmux.1 2019/12/26 11:04:58 1.702 --- src/usr.bin/tmux/tmux.1 2020/01/01 22:12:05 1.703 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.702 2019/12/26 11:04:58 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.703 2020/01/01 22:12:05 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: December 26 2019 $ .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: January 1 2020 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 933,939 **** is specified, any other clients attached to the session are detached. If .Fl x ! is given, send SIGHUP to the parent process of the client as well as detaching the client, typically causing it to exit. .Fl r signifies the client is read-only (only keys bound to the --- 933,941 ---- is specified, any other clients attached to the session are detached. If .Fl x ! is given, send ! .Dv SIGHUP ! to the parent process of the client as well as detaching the client, typically causing it to exit. .Fl r signifies the client is read-only (only keys bound to the *************** *** 984,990 **** .Fl t . If .Fl P ! is given, send SIGHUP to the parent process of the client, typically causing it to exit. With .Fl E , --- 986,994 ---- .Fl t . If .Fl P ! is given, send ! .Dv SIGHUP ! to the parent process of the client, typically causing it to exit. With .Fl E , *************** *** 5147,5152 **** --- 5151,5187 ---- channel are made to wait until the channel is unlocked with .Ic wait-for .Fl U . + .El + .Sh EXIT MESSAGES + When a + .Nm + client detaches, it prints a message. + This may be one of: + .Bl -tag -width Ds + .It [detached (from session ...)] + The client was detached normally. + .It [detached and SIGHUP] + The client was detached and its parent sent the + .Dv SIGHUP + signal (for example with + .Ic detach-client + .Fl P ) . + .It [lost tty] + The client's + .Xr tty 4 + or + .Xr pty 4 + was unexpectedly destroyed. + .It [terminated] + The client was killed with + .Dv SIGTERM . + .It [exited] + The server exited when it had no sessions. + .It [server exited] + The server exited when it received + .Dv SIGTERM . + .It [server exited unexpectedly] + The server crashed or otherwise exited without telling the client the reason. .El .Sh TERMINFO EXTENSIONS .Nm