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

Diff for /src/usr.bin/ctags/ctags.1 between version 1.30 and 1.31

version 1.30, 2015/08/22 06:46:00 version 1.31, 2015/10/15 23:46:20
Line 124 
Line 124 
 Files whose names end in  Files whose names end in
 .Dq \&.y  .Dq \&.y
 are assumed to be  are assumed to be
 .Tn YACC  .Xr yacc 1
 source files.  source files.
 Files whose names end in  Files whose names end in
 .Dq \&.l  .Dq \&.l
Line 200 
Line 200 
 command appeared in  command appeared in
 .Bx 2 .  .Bx 2 .
 .Sh BUGS  .Sh BUGS
 Recognition of  Recognition of functions, subroutines, and procedures for FORTRAN
 .Nm functions ,  
 .Nm subroutines ,  
 and  
 .Nm procedures  
 for  
 .Tn FORTRAN  
 and Pascal is done in a very simple-minded way.  and Pascal is done in a very simple-minded way.
 No attempt  No attempt
 is made to deal with block structure; if you have two Pascal procedures  is made to deal with block structure; if you have two Pascal procedures
Line 215 
Line 209 
 doesn't  doesn't
 understand about Pascal types.  understand about Pascal types.
 .Pp  .Pp
 The method of deciding whether to look for C, Pascal or  The method of deciding whether to look for C, Pascal or FORTRAN
 .Tn FORTRAN  
 functions is a hack.  functions is a hack.
 .Pp  .Pp
 .Nm  .Nm

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31