diff options
author | Francesco Potortì <pot@gnu.org> | 2002-06-06 13:07:19 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2002-06-06 13:07:19 +0000 |
commit | 0f374b8b9059ec5393def55103d8835417ef5247 (patch) | |
tree | fa592c9ebc91370931e2c882b106c22f3c5ce066 /etc | |
parent | 06ee6fcdb5d728471b66e6cc9613596787e2a77e (diff) | |
download | emacs-0f374b8b9059ec5393def55103d8835417ef5247.tar.gz |
Document --parse-stdin=FILE.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etags.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/etags.1 b/etc/etags.1 index 676cd868a14..d97da6be116 100644 --- a/etc/etags.1 +++ b/etc/etags.1 @@ -15,6 +15,7 @@ etags, ctags \- generate tag file for Emacs, vi \fBetags\fP [\|\-aCDGImRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|] .if n .br [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|] +[\|\-\-parse\-stdin=\fIfile\fP\|] .br [\|\-\-append\|] [\|\-\-no\-defines\|] [\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|] @@ -28,6 +29,7 @@ etags, ctags \- generate tag file for Emacs, vi \fBctags\fP [\|\-aCdgImRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|] .if n .br [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|] +[\|\-\-parse\-stdin=\fIfile\fP\|] .br [\|\-\-append\|] [\|\-\-backward\-search\|] [\|\-\-cxref\|] [\|\-\-defines\|] [\|\-\-forward\-search\|] @@ -137,6 +139,11 @@ Do not tag member variables. This is the default behavior. .B \-\-packages\-only Only tag packages in Ada files. .TP +\fB\-\-parse\-stdin=\fIfile\fP +May be used (only once) in place of a file name on the command line. +\fBetags\fP will read from standard input and produce tags marking them +as belonging to the file \fBFILE\fP. +.TP \fB\-o\fP \fItagfile\fP, \fB\-\-output=\fItagfile\fP Explicit name of file for tag table; overrides default \fBTAGS\fP or \fBtags\fP. (But ignored with \fB\-v\fP or \fB\-x\fP.) |