[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.519 and 1.520

version 1.519, 2017/01/09 19:27:00 version 1.520, 2017/01/09 21:03:25
Line 3397 
Line 3397 
 .Ql no  .Ql no
 if not.  if not.
 .Pp  .Pp
   Simple comparisons may be expressed by prefixing two comma-separated
   alternatives by
   .Ql ==
   or
   .Ql !=
   and a colon.
   For example
   .Ql #{==,#{host},myhost}
   will be replaced by
   .Ql 1
   if running on
   .Ql myhost ,
   otherwise by
   .Ql 0.
   .Pp
 A limit may be placed on the length of the resultant string by prefixing it  A limit may be placed on the length of the resultant string by prefixing it
 by an  by an
 .Ql = ,  .Ql = ,

Legend:
Removed from v.1.519  
changed lines
  Added in v.1.520