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

Diff for /src/usr.bin/cvs/cvs.1 between version 1.123 and 1.124

version 1.123, 2009/04/28 09:05:39 version 1.124, 2009/04/28 11:43:43
Line 539 
Line 539 
 See  See
 .Xr diff 1  .Xr diff 1
 for more information.  for more information.
 .It Fl d  
 Try very hard to produce a diff as small as possible.  
 See  
 .Xr diff 1  
 for more information.  
 .It Xo Fl D Ar date1  .It Xo Fl D Ar date1
 .Op Fl D Ar date2  .Op Fl D Ar date2
 .Xc  .Xc
Line 554 
Line 549 
 and  and
 .Ar date2  .Ar date2
 (if specified).  (if specified).
   .It Fl d
   Try very hard to produce a diff as small as possible.
   See
   .Xr diff 1
   for more information.
 .It Fl i  .It Fl i
 Ignore the case of letters.  Ignore the case of letters.
 For example,  For example,
Line 600 
Line 600 
 Is similar to  Is similar to
 .Fl b  .Fl b
 but causes whitespace (blanks and tabs) to be totally ignored.  but causes whitespace (blanks and tabs) to be totally ignored.
 E.g.,  For example,
 .Dq if (\ \&a == b \&)  .Dq if (\ \&a == b \&)
 will compare equal to  will compare equal to
 .Dq if(a==b) .  .Dq if(a==b) .

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124