# HG changeset patch # User Francesco Potort # Date 1023368839 0 # Node ID b359c7c3e1cb6c3f55f288c29ed70cf97ca3694c # Parent 77cb605109fce1e34ba257da67a1c38fedc98427 Document --parse-stdin=FILE. diff -r 77cb605109fc -r b359c7c3e1cb etc/etags.1 --- a/etc/etags.1 Thu Jun 06 12:57:03 2002 +0000 +++ b/etc/etags.1 Thu Jun 06 13:07:19 2002 +0000 @@ -15,6 +15,7 @@ \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 @@ \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 @@ .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.)