changeset 75036:58fa0c36a31d

Remove references to the --no-warn option, which is now undocumented.
author Francesco Potortì <pot@gnu.org>
date Tue, 02 Jan 2007 11:04:57 +0000
parents 7cc7adabc21d
children baea8fa9d2eb
files etc/etags.1
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/etc/etags.1	Tue Jan 02 11:00:40 2007 +0000
+++ b/etc/etags.1	Tue Jan 02 11:04:57 2007 +0000
@@ -37,7 +37,7 @@
 [\|\-\-language=\fIlanguage\fP\|] [\|\-\-members\|]
 [\|\-\-output=\fItagfile\fP\|] [\|\-\-regex=\fIregexp\fP\|]
 [\|\-\-typedefs\|] [\|\-\-typedefs\-and\-c++\|]
-[\|\-\-update\|] [\|\-\-no\-warn\|]
+[\|\-\-update\|]
 [\|\-\-help\|] [\|\-\-version\|]
 \fIfile\fP .\|.\|.
 .ad b
@@ -262,11 +262,6 @@
 Instead of generating a tag file, write index (in \fBvgrind\fP format)
 to standard output.  Only \fBctags\fP accepts this option.
 .TP
-.B \-w, \-\-no\-warn
-Suppress warning messages about duplicate entries.  The \fBetags\fP
-program does not check for duplicate entries, so this option is not
-allowed with it.
-.TP
 .B \-x, \-\-cxref
 Instead of generating a tag file, write a cross reference (in
 \fBcxref\fP format) to standard output.  Only \fBctags\fP accepts this option.