diff options
| -rw-r--r-- | etc/etags.1 | 7 |
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. | |||
| 262 | Instead of generating a tag file, write index (in \fBvgrind\fP format) | 262 | Instead of generating a tag file, write index (in \fBvgrind\fP format) |
| 263 | to standard output. Only \fBctags\fP accepts this option. | 263 | to standard output. Only \fBctags\fP accepts this option. |
| 264 | .TP | 264 | .TP |
| 265 | .B \-w, \-\-no\-warn | ||
| 266 | Suppress warning messages about duplicate entries. The \fBetags\fP | ||
| 267 | program does not check for duplicate entries, so this option is not | ||
| 268 | allowed with it. | ||
| 269 | .TP | ||
| 270 | .B \-x, \-\-cxref | 265 | .B \-x, \-\-cxref |
| 271 | Instead of generating a tag file, write a cross reference (in | 266 | Instead 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. |