[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] update manual.in
From: |
Shigio Yamaguchi |
Subject: |
Re: [PATCH] update manual.in |
Date: |
Mon, 10 Mar 2003 10:04:25 +0900 |
Committed. Thank you!
> 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 multip
le @code{skip} variables.
>
> ----
> Hideki IWAMOTO address@hidden
>
>
> _______________________________________________
> Bug-global mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-global
>
>
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3