annotate etc/etags.1 @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 376386a54a3c
children 131b0175ea99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 .\" Copyright (c) 1992 Free Software Foundation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 .\" See section COPYING for conditions for redistribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 .TH etags 1 "19apr1994" "GNU Tools" "GNU Tools"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 .de BP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 .sp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 .ti -.2i
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 \(**
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 ..
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 .SH NAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 etags -- generate tag file for Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 ctags -- generate tag file for vi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 .SH SYNOPSIS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 .hy 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 .na
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 .B etags [\|\-aCDRSVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|] [\|\-i \fIregexp\fP\|] [\|\-o \fItagfile\fP\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 [\|\-\-c++\|] [\|\-\-no\-defines\|] [\|\-\-ignore\-indentation\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 [\|\-\-language=\fIlanguage\fP\|] [\|\-\-regex=\fIregexp\fP\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 [\|\-\-no\-regexp\|] [\|\-\-help\|] [\|\-\-version\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 [\|\-\-include=\fIfile\fP\|] [\|\-\-output=\fItagfile\fP\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 [\|\-\-append\|] \fIfile\fP .\|.\|.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 .B ctags [\|\-aCdRSVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 [\|\-i \fIregexp\fP\|] [\|\-o \fItagfile\fP\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 [\|\-\-c++\|] [\|\-\-defines\|] [\|\-\-ignore\-indentation\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 [\|\-\-no\-warn\|] [\|\-\-cxref\|] [\|\-\-backward\-search\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 [\|\-\-forward\-search\|] [\|\-\-typedefs\|] [\|\-\-typedefs\-and\-c++\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 [\|\-\-language=\fIlanguage\fP\|] [\|\-\-regex=\fIregexp\fP\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 [\|\-\-help\|] [\|\-\-version\|]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 [\|\-\-output=\fItagfile\fP\|] [\|\-\-append\|] [\|\-\-update\|] \fIfile\fP .\|.\|.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 .ad b
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 .hy 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 .SH DESCRIPTION
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 The `\|\fBetags\fP\|' program is used to create a tag table file, in a format
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 understood by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 .BR emacs ( 1 )\c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 \&; the `\|\fBctags\fP\|' program is used to create a similar table in a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 format understood by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 .BR vi ( 1 )\c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 \&. Both forms of the program understand
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 the syntax of C, C++, Fortran, Pascal, LaTeX, Scheme, Emacs Lisp/Common Lisp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 and most assembler\-like syntaxes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 Both forms read the files specified on the command line, and write a tag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 table (defaults: `\|TAGS\|' for \fBetags\fP, `\|tags\|' for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 \fBctags\fP) in the current working directory.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 The programs recognize the language used in an input file based on its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 file name and contents. The --language switch can be used to force
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 parsing of the file names following the switch according to the given
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 language, overriding guesses based on filename extensions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 .SH OPTIONS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 Some options make sense only for the \fBvi\fP style tag files produced
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 by ctags;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 \fBetags\fP does not recognize them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 The programs accept unambiguous abbreviations for long option names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 .B \-a, \-\-append
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 Append to existing tag file. (For vi-format tag files, see also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 \fB\-\-update\fP.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 .B \-B, \-\-backward\-search
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 Tag files written in the format expected by \fBvi\fP contain regular
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 expression search instructions; the \fB\-B\fP option writes them using
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 the delimiter `\|\fB?\fP\|', to search \fIbackwards\fP through files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 The default is to use the delimiter `\|\fB/\fP\|', to search \fIforwards\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 through files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 Only \fBctags\fP accepts this option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 .B \-C, \-\-c++
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 Treat files with `\|.c\|' and `\|.h\|' extensions as C++ code, not C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 code. Files with `\|.C\|', `\|.H\|', `\|.cxx\|', `\|.hxx\|', or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 `\|.cc\|' extensions are always assumed to be C++ code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 .B \-d, \-\-defines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 Create tag entries for C preprocessor definitions, too. This is the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 default behavior for \fBetags\fP, so this option is only accepted
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 by \fBctags\fP.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 .B \-D, \-\-no\-defines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 Do not create tag entries for C preprocessor definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 This may make the tags file much smaller if many header files are tagged.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 This is the default behavior for \fBctags\fP, so this option is only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 accepted by \fBetags\fP.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 \fB\-l\fP \fIlanguage\fP, \fB\-\-language=\fIlanguage\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 Parse the following files according to the given language. More than
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 one such options may be intermixed with filenames. Use \fB\-\-help\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 to get a list of the available languages and their default filename
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 extensions. The `auto' language can be used to restore automatic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 detection of language based on filename extension. The `none'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 language may be used to disable language parsing altogether; only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 regexp matching is done in this case (see the \fB\-\-regex\fP option).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 \fB\-o\fP \fItagfile\fP, \fB\-\-output=\fItagfile\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 Explicit name of file for tag table; overrides default `\|TAGS\|' or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 `\|tags\|'. (But ignored with \fB\-v\fP or \fB\-x\fP.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 \fB\-r\fP \fIregexp\fP, \fB\-\-regex=\fIregexp\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 Make tags based on regexp matching for each line of the files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 following this option, in addition to the tags made with the standard
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 parsing based on language. May be freely intermixed with filenames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 and the \fB\-R\fP option. The regexps are cumulative, i.e. each
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 option will add to the previous ones. The regexps are of the form:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 \fB/\fP\fItagregexp\fP[\fB/\fP\fInameregexp\fP]\fB/\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 where \fItagregexp\fP is used to match the lines that must be tagged.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 It should not match useless characters. If the match is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 such that more characters than needed are unavoidably matched by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 \fItagregexp\fP, it may be useful to add a \fInameregexp\fP, to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 narrow down the tag scope.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 Here are some examples. All the regexps are quoted to protect them
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 from shell interpretation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 Tag the DEFVAR macros in the emacs source files:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 \fI\-\-regex\='/[ \\t]*DEFVAR_[A-Z_ \\t(]+"\\([^"]+\\)"\/'\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 Tag VHDL files (this example is a single long line, broken here for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 formatting reasons):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 \fI\-\-language\=none\ \-\-regex='/[\ \\t]*\\(ARCHITECTURE\\|\\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 CONFIGURATION\\)\ +[^\ ]*\ +OF/'\ \-\-regex\='/[\ \\t]*\\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 \\(ATTRIBUTE\\|ENTITY\\|FUNCTION\\|PACKAGE\\(\ BODY\\)?\\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 \\|PROCEDURE\\|PROCESS\\|TYPE\\)[\ \\t]+\\([^\ \\t(]+\\)/\\3/'\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 Tag Cobol files:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 \fI\-\-language\=none \-\-regex\='/.......[a\-zA\-Z0\-9\-]+\\./'\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 Tag Postscript files:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 \fI\-\-language\=none \-\-regex\='#/[^\ \\t{]+#/'\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 Tag TCL files (this last example shows the usage of a \fItagregexp\fP):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 \fI\-\-lang\=none \-\-regex\='/proc[\ \\t]+\\([^\ \\t]+\\)/\\1/'\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 .B \-R, \-\-no\-regex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 Don't do any more regexp matching on the following files. May be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 freely intermixed with filenames and the \fB\-\-regex\fP option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 .B \-S, \-\-ignore\-indentation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 Don't rely on indentation as much as we normally do. Currently, this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 means not to assume that a closing brace in the first column is the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 final brace of a function or structure definition in C and C++.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 .B \-t, \-\-typedefs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 Record typedefs in C code as tags. Since this is the default behaviour
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 of \fBetags\fP, only \fBctags\fP accepts this option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 .B \-T, \-\-typedefs\-and\-c++
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 Generate tag entries for typedefs, struct, enum, and union tags, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 C++ member functions. Since this is the default behaviour
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 of \fBetags\fP, only \fBctags\fP accepts this option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 .B \-u, \-\-update
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 Update tag entries for \fIfiles\fP specified on command line, leaving
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 tag entries for other files in place. Currently, this is implemented
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 by deleting the existing entries for the given files and then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 rewriting the new entries at the end of the tags file. It is often
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 faster to simply rebuild the entire tag file than to use this.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 Only \fBctags\fP accepts this option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 .B \-v, \-\-vgrind
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 Instead of generating a tag file, write index (in \fBvgrind\fP format)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 to standard output. Only \fBctags\fP accepts this option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 .B \-w, \-\-no\-warn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 Suppress warning messages about duplicate entries. The \fBetags\fP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 program does not check for duplicate entries, so this option is not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 allowed with it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 .B \-x, \-\-cxref
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 Instead of generating a tag file, write a cross reference (in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 \fBcxref\fP format) to standard output. Only \fBctags\fP accepts this option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 .B \-H, \-\-help
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 Print usage information.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 .B \-V, \-\-version
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 Print the current version of the program (same as the version of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 emacs \fBetags\fP is shipped with).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 .SH "SEE ALSO"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 `\|\fBemacs\fP\|' entry in \fBinfo\fP; \fIGNU Emacs Manual\fP, Richard
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 Stallman.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 .BR cxref ( 1 ),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 .BR emacs ( 1 ),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 .BR vgrind ( 1 ),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 .BR vi ( 1 ).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 .SH COPYING
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 Copyright (c) 1992 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 Permission is granted to make and distribute verbatim copies of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 this manual provided the copyright notice and this permission notice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 are preserved on all copies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 Permission is granted to copy and distribute modified versions of this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 manual under the conditions for verbatim copying, provided that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 entire resulting derived work is distributed under the terms of a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 permission notice identical to this one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 Permission is granted to copy and distribute translations of this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 manual into another language, under the above conditions for modified
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 versions, except that this permission notice may be included in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 translations approved by the Free Software Foundation instead of in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 the original English.