comparison etc/etags.1 @ 71549:8e8d6278f6b7

-m and -M options do not exist.
author Francesco Potortì <pot@gnu.org>
date Fri, 30 Jun 2006 20:40:25 +0000
parents e8a3fb527b77
children bb13d8a89b11 138ce2701550
comparison
equal deleted inserted replaced
71548:b1556bb47998 71549:8e8d6278f6b7
11 .SH NAME 11 .SH NAME
12 etags, ctags \- generate tag file for Emacs, vi 12 etags, ctags \- generate tag file for Emacs, vi
13 .SH SYNOPSIS 13 .SH SYNOPSIS
14 .hy 0 14 .hy 0
15 .na 15 .na
16 \fBetags\fP [\|\-aCDGImRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|] 16 \fBetags\fP [\|\-aCDGIRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|]
17 .if n .br 17 .if n .br
18 [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|] 18 [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
19 [\|\-\-parse\-stdin=\fIfile\fP\|] 19 [\|\-\-parse\-stdin=\fIfile\fP\|]
20 .br 20 .br
21 [\|\-\-append\|] [\|\-\-no\-defines\|] 21 [\|\-\-append\|] [\|\-\-no\-defines\|]
24 [\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|] 24 [\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|]
25 [\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|] 25 [\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|]
26 [\|\-\-help\|] [\|\-\-version\|] 26 [\|\-\-help\|] [\|\-\-version\|]
27 \fIfile\fP .\|.\|. 27 \fIfile\fP .\|.\|.
28 28
29 \fBctags\fP [\|\-aCdgImRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|] 29 \fBctags\fP [\|\-aCdgIRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|]
30 .if n .br 30 .if n .br
31 [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|] 31 [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
32 [\|\-\-parse\-stdin=\fIfile\fP\|] 32 [\|\-\-parse\-stdin=\fIfile\fP\|]
33 .br 33 .br
34 [\|\-\-append\|] [\|\-\-backward\-search\|] 34 [\|\-\-append\|] [\|\-\-backward\-search\|]
131 extensions. The `auto' language can be used to restore automatic 131 extensions. The `auto' language can be used to restore automatic
132 detection of language based on the file name. The `none' 132 detection of language based on the file name. The `none'
133 language may be used to disable language parsing altogether; only 133 language may be used to disable language parsing altogether; only
134 regexp matching is done in this case (see the \fB\-\-regex\fP option). 134 regexp matching is done in this case (see the \fB\-\-regex\fP option).
135 .TP 135 .TP
136 .B \-m, \-\-members 136 .B \-\-members
137 Create tag entries for variables that are members of structure-like 137 Create tag entries for variables that are members of structure-like
138 constructs in C++, Objective C, Java. 138 constructs in C++, Objective C, Java.
139 .TP 139 .TP
140 .B \-M, \-\-no\-members 140 .B \-\-no\-members
141 Do not tag member variables. This is the default behavior. 141 Do not tag member variables. This is the default behavior.
142 .TP 142 .TP
143 .B \-\-packages\-only 143 .B \-\-packages\-only
144 Only tag packages in Ada files. 144 Only tag packages in Ada files.
145 .TP 145 .TP