[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.702 and 1.703

version 1.702, 2019/12/26 11:04:58 version 1.703, 2020/01/01 22:12:05
Line 933 
Line 933 
 is specified, any other clients attached to the session are detached.  is specified, any other clients attached to the session are detached.
 If  If
 .Fl x  .Fl x
 is given, send SIGHUP to the parent process of the client as well as  is given, send
   .Dv SIGHUP
   to the parent process of the client as well as
 detaching the client, typically causing it to exit.  detaching the client, typically causing it to exit.
 .Fl r  .Fl r
 signifies the client is read-only (only keys bound to the  signifies the client is read-only (only keys bound to the
Line 984 
Line 986 
 .Fl t .  .Fl t .
 If  If
 .Fl P  .Fl P
 is given, send SIGHUP to the parent process of the client, typically causing it  is given, send
   .Dv SIGHUP
   to the parent process of the client, typically causing it
 to exit.  to exit.
 With  With
 .Fl E ,  .Fl E ,
Line 5147 
Line 5151 
 channel are made to wait until the channel is unlocked with  channel are made to wait until the channel is unlocked with
 .Ic wait-for  .Ic wait-for
 .Fl U .  .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  .El
 .Sh TERMINFO EXTENSIONS  .Sh TERMINFO EXTENSIONS
 .Nm  .Nm

Legend:
Removed from v.1.702  
changed lines
  Added in v.1.703