]> code.delx.au - gnu-emacs/commitdiff
-m and -M options do not exist.
authorFrancesco Potortì <pot@gnu.org>
Fri, 30 Jun 2006 20:41:12 +0000 (20:41 +0000)
committerFrancesco Potortì <pot@gnu.org>
Fri, 30 Jun 2006 20:41:12 +0000 (20:41 +0000)
etc/ChangeLog
etc/etags.1

index e5efc3dcda4e6b9ccb06ee7cd0e1da2eff99f345..8d578e0e8041aa5cbafa7b8a3d5cbcd11bf0fe1d 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-30  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+
+       * etags.1: -m and -M options do not exist.
+
 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
 
        * orgcard.tex (section{Structure Editing}): Document checkbox
index 39228685d0889fa9dedad5be0bf0f344b0b58d3a..3007d95a5c2a89db8c604ed4093e1e47372ed881 100644 (file)
@@ -13,7 +13,7 @@ etags, ctags \- generate tag file for Emacs, vi
 .SH SYNOPSIS
 .hy 0
 .na
-\fBetags\fP [\|\-aCDGImRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|]
+\fBetags\fP [\|\-aCDGIRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|]
 .if n .br
 [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
 [\|\-\-parse\-stdin=\fIfile\fP\|]
@@ -26,7 +26,7 @@ etags, ctags \- generate tag file for Emacs, vi
 [\|\-\-help\|] [\|\-\-version\|]
 \fIfile\fP .\|.\|.
 
-\fBctags\fP [\|\-aCdgImRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|]
+\fBctags\fP [\|\-aCdgIRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|]
 .if n .br
 [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
 [\|\-\-parse\-stdin=\fIfile\fP\|]
@@ -133,11 +133,11 @@ detection of language based on the file name.  The `none'
 language may be used to disable language parsing altogether; only
 regexp matching is done in this case (see the \fB\-\-regex\fP option).
 .TP
-.B \-m, \-\-members
+.B \-\-members
 Create tag entries for variables that are members of structure-like
 constructs in C++, Objective C, Java.
 .TP
-.B \-M, \-\-no\-members
+.B \-\-no\-members
 Do not tag member variables.  This is the default behavior.
 .TP
 .B \-\-packages\-only