aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2007-01-02 11:04:57 +0000
committerFrancesco Potortì2007-01-02 11:04:57 +0000
commitc0e4af8a520ffb69d001edd0449d9b0c2f9e13bc (patch)
tree79f60598e0927bc06f6d0f8c8dcc2eb5cab0acc1
parented8bbc0e02198adb0b2351f90ad7635af2c1d5ae (diff)
downloademacs-c0e4af8a520ffb69d001edd0449d9b0c2f9e13bc.tar.gz
emacs-c0e4af8a520ffb69d001edd0449d9b0c2f9e13bc.zip
Remove references to the --no-warn option, which is now undocumented.
-rw-r--r--etc/etags.17
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/etags.1 b/etc/etags.1
index 80fe2843b91..c6bdc7e8ffd 100644
--- a/etc/etags.1
+++ b/etc/etags.1
@@ -37,7 +37,7 @@ etags, ctags \- generate tag file for Emacs, vi
37[\|\-\-language=\fIlanguage\fP\|] [\|\-\-members\|] 37[\|\-\-language=\fIlanguage\fP\|] [\|\-\-members\|]
38[\|\-\-output=\fItagfile\fP\|] [\|\-\-regex=\fIregexp\fP\|] 38[\|\-\-output=\fItagfile\fP\|] [\|\-\-regex=\fIregexp\fP\|]
39[\|\-\-typedefs\|] [\|\-\-typedefs\-and\-c++\|] 39[\|\-\-typedefs\|] [\|\-\-typedefs\-and\-c++\|]
40[\|\-\-update\|] [\|\-\-no\-warn\|] 40[\|\-\-update\|]
41[\|\-\-help\|] [\|\-\-version\|] 41[\|\-\-help\|] [\|\-\-version\|]
42\fIfile\fP .\|.\|. 42\fIfile\fP .\|.\|.
43.ad b 43.ad b
@@ -262,11 +262,6 @@ Only \fBctags\fP accepts this option.
262Instead of generating a tag file, write index (in \fBvgrind\fP format) 262Instead of generating a tag file, write index (in \fBvgrind\fP format)
263to standard output. Only \fBctags\fP accepts this option. 263to standard output. Only \fBctags\fP accepts this option.
264.TP 264.TP
265.B \-w, \-\-no\-warn
266Suppress warning messages about duplicate entries. The \fBetags\fP
267program does not check for duplicate entries, so this option is not
268allowed with it.
269.TP
270.B \-x, \-\-cxref 265.B \-x, \-\-cxref
271Instead of generating a tag file, write a cross reference (in 266Instead of generating a tag file, write a cross reference (in
272\fBcxref\fP format) to standard output. Only \fBctags\fP accepts this option. 267\fBcxref\fP format) to standard output. Only \fBctags\fP accepts this option.