aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì <[email protected]>2006-02-15 13:30:19 +0000
committerFrancesco Potortì <[email protected]>2006-02-15 13:30:19 +0000
commit1899ba3642557437c156156bad44d99d4aae5323 (patch)
tree509c40827bf24f07a2a3ba8cac4abeed92d92295
parentfc4c8611e97e93f0a4f49e5749e75b01e1a4f493 (diff)
(Create Tags Table): Explain why the exception when etags writes to
files under the /dev tree.
-rw-r--r--man/maintaining.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi
index b3ff4b8dce..9836aae4e8 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -404,7 +404,8 @@ directory where the tags file was initially written. This way, you can
move an entire directory tree containing both the tags file and the
source files, and the tags file will still refer correctly to the source
files. If the tags file is in @file{/dev}, however, the file names are
-made relative to the current working directory.
+made relative to the current working directory. This is useful, for
+example, when writing the tags to @file{/dev/stdout}.
If you specify absolute file names as arguments to @code{etags}, then
the tags file will contain absolute file names. This way, the tags file