diff etc/etags.1 @ 75681:5e4a56d28815

Now --members is the default for etags, not for ctags yet.
author Francesco Potortì <pot@gnu.org>
date Mon, 05 Feb 2007 21:39:13 +0000
parents 2fca75f6fd77
children 7923e1aa5600 52a7f3f50b89
line wrap: on
line diff
--- a/etc/etags.1	Mon Feb 05 21:33:33 2007 +0000
+++ b/etc/etags.1	Mon Feb 05 21:39:13 2007 +0000
@@ -21,7 +21,7 @@
 [\|\-\-append\|] [\|\-\-no\-defines\|]
 [\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|]
 [\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|]
-[\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|]
+[\|\-\-no\-members\|] [\|\-\-output=\fItagfile\fP\|]
 [\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|]
 [\|\-\-help\|] [\|\-\-version\|]
 \fIfile\fP .\|.\|.
@@ -135,10 +135,10 @@
 .TP
 .B \-\-members
 Create tag entries for variables that are members of structure-like
-constructs in C++, Objective C, Java.
+constructs in C++, Objective C, Java.  This is the default for etags.
 .TP
 .B \-\-no\-members
-Do not tag member variables.  This is the default behavior.
+Do not tag member variables.  This is the default for ctags.
 .TP
 .B \-\-packages\-only
 Only tag packages in Ada files.