From 1899ba3642557437c156156bad44d99d4aae5323 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Wed, 15 Feb 2006 13:30:19 +0000 Subject: [PATCH] (Create Tags Table): Explain why the exception when etags writes to files under the /dev tree. --- man/maintaining.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/maintaining.texi b/man/maintaining.texi index b3ff4b8dce9..9836aae4e83 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 -- 2.39.2