[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.800 and 1.801

version 1.800, 2020/10/30 08:55:56 version 1.801, 2020/11/02 08:21:30
Line 4544 
Line 4544 
 .Ql * ,  .Ql * ,
 division  division
 .Ql / ,  .Ql / ,
 and modulus  modulus
 .Ql m  .Ql m
 or  or
 .Ql %  .Ql %
Line 4553 
Line 4553 
 must be escaped as  must be escaped as
 .Ql %%  .Ql %%
 in formats which are also expanded by  in formats which are also expanded by
 .Xr strftime 3 ) .  .Xr strftime 3 )
   and numeric comparison operators
   .Ql == ,
   .Ql != ,
   .Ql < ,
   .Ql <= ,
   .Ql >
   and
   .Ql >= .
 For example,  For example,
 .Ql #{e|*|f|4:5.5,3}  .Ql #{e|*|f|4:5.5,3}
 multiplies 5.5 by 3 for a result with four decimal places and  multiplies 5.5 by 3 for a result with four decimal places and

Legend:
Removed from v.1.800  
changed lines
  Added in v.1.801