diff options
author | Francesco Potortì <pot@gnu.org> | 2007-11-15 14:54:03 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2007-11-15 14:54:03 +0000 |
commit | eb80082a6450253c1c02355f050d75460b8ebab1 (patch) | |
tree | 5231bfc1810e47b7338c406c35b7bc241fbba2fc /doc/man | |
parent | aa7309ff52288da9a95a156fa29f023f8cea7156 (diff) | |
download | emacs-eb80082a6450253c1c02355f050d75460b8ebab1.tar.gz |
Note that you can use "-" with -o in Etags.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/etags.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/man/etags.1 b/doc/man/etags.1 index 04b67f389f4..30b114eaa22 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 @@ -59,9 +59,9 @@ table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for \fBctags\fP) in the current working directory. Files specified with relative file names will be recorded in the tag table with file names relative to the directory where the tag table -resides. If the tag table is in /dev, however, the file names are made -relative to the working directory. Files specified with absolute file -names will be recorded +resides. If the tag table is in /dev or is the standard output, +however, the file names are made relative to the working directory. +Files specified with absolute file names will be recorded with absolute file names. Files generated from a source file\-\-like a C file generated from a source Cweb file\-\-will be recorded with the name of the source file. @@ -149,8 +149,9 @@ May be used (only once) in place of a file name on the command line. 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.) +Explicit name of file for tag table; for \fBetags\fP only, a file name +of \- means standard output; overrides default \fBTAGS\fP or \fBtags\fP. +(But ignored with \fB\-v\fP or \fB\-x\fP.) .TP \fB\-r\fP \fIregexp\fP, \fB\-\-regex=\fIregexp\fP |