]> git.eshelyaron.com Git - emacs.git/commitdiff
Document --parse-stdin=FILE.
authorFrancesco Potortì <pot@gnu.org>
Thu, 6 Jun 2002 13:07:19 +0000 (13:07 +0000)
committerFrancesco Potortì <pot@gnu.org>
Thu, 6 Jun 2002 13:07:19 +0000 (13:07 +0000)
etc/etags.1

index 676cd868a146032090d5bedbd89409fb922fbdd5..d97da6be1164b1e50ea9753cf1cb360c62509eda 100644 (file)
@@ -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.)