Changeset 4220 for trunk/etc/etags.1
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/etc/etags.1 (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/etags.1
r4204 r4220 1 1 .\" Copyright (C) 1992, 2001, 2002, 2003, 2004, 2 .\" 2005, 2006, 2007 Free Software Foundation, Inc.2 .\" 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 3 .\" See section COPYING for conditions for redistribution 4 4 .TH etags 1 "23nov2001" "GNU Tools" "GNU Tools" … … 22 22 [\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|] 23 23 [\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|] 24 [\|\-\- no\-members\|] [\|\-\-output=\fItagfile\fP\|]24 [\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|] 25 25 [\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|] 26 26 [\|\-\-help\|] [\|\-\-version\|] … … 60 60 Files specified with relative file names will be recorded in the tag 61 61 table with file names relative to the directory where the tag table 62 resides. If the tag table is in /dev , however, the file names are made63 relative to the working directory. Files specified with absolute file 64 names will be recorded62 resides. If the tag table is in /dev or is the standard output, 63 however, the file names are made relative to the working directory. 64 Files specified with absolute file names will be recorded 65 65 with absolute file names. Files generated from a source file\-\-like 66 66 a C file generated from a source Cweb file\-\-will be recorded with … … 136 136 .B \-\-members 137 137 Create tag entries for variables that are members of structure-like 138 constructs in C++, Objective C, Java. This is the default for etags.138 constructs in C++, Objective C, Java. 139 139 .TP 140 140 .B \-\-no\-members 141 Do not tag member variables. This is the default for ctags.141 Do not tag member variables. This is the default behavior. 142 142 .TP 143 143 .B \-\-packages\-only … … 150 150 .TP 151 151 \fB\-o\fP \fItagfile\fP, \fB\-\-output=\fItagfile\fP 152 Explicit name of file for tag table; overrides default \fBTAGS\fP or 153 \fBtags\fP. (But ignored with \fB\-v\fP or \fB\-x\fP.) 152 Explicit name of file for tag table; for \fBetags\fP only, a file name 153 of \- means standard output; overrides default \fBTAGS\fP or \fBtags\fP. 154 (But ignored with \fB\-v\fP or \fB\-x\fP.) 154 155 .TP 155 156 \fB\-r\fP \fIregexp\fP, \fB\-\-regex=\fIregexp\fP … … 293 294 .if t \(co 294 295 .if n (c) 295 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.296 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 296 297 .PP 297 298 Permission is granted to make and distribute verbatim copies of this
