[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.13 and 1.14

version 1.13, 2003/06/10 09:12:10 version 1.14, 2007/03/15 22:41:17
Line 38 
Line 38 
 .Nd create a tags file  .Nd create a tags file
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ctags  .Nm ctags
 .Op Fl BFadtuwvx  .Op Fl aBdFtuvwx
 .Op Fl f Ar tagsfile  .Op Fl f Ar tagsfile
 .Ar name ...  .Ar
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 makes a tags file for  makes a tags file for
Line 66 
Line 66 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl B  
 Use backward searching patterns  
 .Pq Li ?...? .  
 .It Fl F  
 Use forward searching patterns  
 .Pq Li /.../  
 (the default).  
 .It Fl a  .It Fl a
 Append to  Append to
 .Ar tags  .Ar tags
 file.  file.
   .It Fl B
   Use backward searching patterns
   .Pq Li ?...? .
 .It Fl d  .It Fl d
 Create tags for  Create tags for
 .Li #defines  .Li #defines
 that don't take arguments;  that don't take arguments;
 .Li #defines  .Li #defines
 that take arguments are tagged automatically.  that take arguments are tagged automatically.
   .It Fl F
   Use forward searching patterns
   .Pq Li /.../
   (the default).
 .It Fl f Ar tagsfile  .It Fl f Ar tagsfile
 Places the tag descriptions in a file called  Places the tag descriptions in a file called
 .Ar tagsfile .  .Ar tagsfile .

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14