comparison etc/etags.1 @ 43724:16affaf7292b

etags honours #line directives.
author Francesco Potortì <pot@gnu.org>
date Tue, 05 Mar 2002 11:42:46 +0000
parents 0fe5fe39786c
children 96f84561b0ab
comparison
equal deleted inserted replaced
43723:5cd450d9f443 43724:16affaf7292b
57 table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for 57 table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for
58 \fBctags\fP) in the current working directory. 58 \fBctags\fP) in the current working directory.
59 Files specified with relative file names will be recorded in the tag 59 Files specified with relative file names will be recorded in the tag
60 table with file names relative to the directory where the tag table 60 table with file names relative to the directory where the tag table
61 resides. Files specified with absolute file names will be recorded 61 resides. Files specified with absolute file names will be recorded
62 with absolute file names. 62 with absolute file names. Files generated from a source file\-\-like a C
63 file created by a source Yacc file\-\-will be recorded with the name of the
64 source file.
63 The programs recognize the language used in an input file based on its 65 The programs recognize the language used in an input file based on its
64 file name and contents. The \fB\-\-language\fP switch can be used to force 66 file name and contents. The \fB\-\-language\fP switch can be used to force
65 parsing of the file names following the switch according to the given 67 parsing of the file names following the switch according to the given
66 language, overriding guesses based on filename extensions. 68 language, overriding guesses based on filename extensions.
67 .SH OPTIONS 69 .SH OPTIONS