bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] update manual.in


From: Hideki IWAMOTO
Subject: [PATCH] update manual.in
Date: Sat, 08 Mar 2003 21:35:56 +0900


Index: gctags/manual.in
===================================================================
RCS file: /cvsroot/global/global/gctags/manual.in,v
retrieving revision 1.10
diff -u -r1.10 manual.in
--- gctags/manual.in    19 Oct 2002 04:05:23 -0000      1.10
+++ gctags/manual.in    8 Mar 2003 12:26:20 -0000
@@ -26,7 +26,7 @@
 @HEADER        GCTAGS,1,Jul 2002,GNU Project
 @NAME  gctags - print cross reference list for gtags.
 @SYNOPSIS
-       @name{gctags} [-bdenrsvw] @arg{file} ...
+       @name{gctags} [-bdenrstvw] @arg{file} ...
 @DESCRIPTION
        @name{Gctags} print cross reference list for @xref{gtags,1}
        from the specified C, C++, YACC, JAVA and assembler source
@@ -77,6 +77,9 @@
        @address@hidden, @option{--symbol}}
                Collect symbols other than functions.
                By default, locate function definitions.
+       @address@hidden, @option{--typedef}}
+               Pick up not only function but also typedef name and enum member
+               as a definition.
        @address@hidden, @option{--verbose}}
                Verbose mode.
        @address@hidden, @option{--warning}}
Index: gtags/manual.in
===================================================================
RCS file: /cvsroot/global/global/gtags/manual.in,v
retrieving revision 1.17
diff -u -r1.17 manual.in
--- gtags/manual.in     19 Oct 2002 04:05:23 -0000      1.17
+++ gtags/manual.in     8 Mar 2003 12:26:21 -0000
@@ -117,13 +117,13 @@
        @begin_itemize
        @address@hidden(string)}
                If this variable is set, its value is used as the
-               command line of parser for GTAGS. The default is @file{gctags 
%s}.
+               command line of parser for GTAGS. The default is @file{gctags 
-dt %s}.
        @address@hidden(string)}
                If this variable is set, its value is used as the
-               command line of parser for GRTAGS. The default is @file{gctags 
-r %s}.
+               command line of parser for GRTAGS. The default is @file{gctags 
-dtr %s}.
        @address@hidden(string)}
                If this variable is set, its value is used as the
-               command line of parser for GSYMS. The default is @file{gctags 
-s %s}.
+               command line of parser for GSYMS. The default is @file{gctags 
-dts %s}.
        @address@hidden(comma separated list)}
                @name{Gtags} skips files which listed in this list.
                As a special exception, @name{gtags} collect values from 
multiple @code{skip} variables.

----
Hideki IWAMOTO  address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]