[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.792 and 1.793

version 1.792, 2020/08/27 06:55:54 version 1.793, 2020/09/01 09:19:01
Line 1407 
Line 1407 
 .Fl T  .Fl T
 show debugging information about jobs and terminals.  show debugging information about jobs and terminals.
 .It Xo Ic source-file  .It Xo Ic source-file
 .Op Fl nqv  .Op Fl Fnqv
 .Ar path  .Ar path
 .Ar ...  .Ar ...
 .Xc  .Xc
Line 1418 
Line 1418 
 .Xr glob 7  .Xr glob 7
 patterns).  patterns).
 If  If
   .Fl F
   is present, then
   .Ar path
   is expanded as a format.
   If
 .Fl q  .Fl q
 is given, no error will be returned if  is given, no error will be returned if
 .Ar path  .Ar path
Line 5102 
Line 5107 
 Commands to alter and view the environment are:  Commands to alter and view the environment are:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Xo Ic set-environment  .It Xo Ic set-environment
 .Op Fl hgru  .Op Fl Fhgru
 .Op Fl t Ar target-session  .Op Fl t Ar target-session
 .Ar name Op Ar value  .Ar name Op Ar value
 .Xc  .Xc
Line 5113 
Line 5118 
 is used, the change is made in the global environment; otherwise, it is applied  is used, the change is made in the global environment; otherwise, it is applied
 to the session environment for  to the session environment for
 .Ar target-session .  .Ar target-session .
   If
   .Fl F
   is present, then
   .Ar value
   is expanded as a format.
 The  The
 .Fl u  .Fl u
 flag unsets a variable.  flag unsets a variable.

Legend:
Removed from v.1.792  
changed lines
  Added in v.1.793