From: Francesco Potortì Date: Thu, 6 Jun 2002 13:07:19 +0000 (+0000) Subject: Document --parse-stdin=FILE. X-Git-Tag: ttn-vms-21-2-B4~14755 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f374b8b9059ec5393def55103d8835417ef5247;p=emacs.git Document --parse-stdin=FILE. --- 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.)