# HG changeset patch # User Juanma Barranquero # Date 1181145459 0 # Node ID fa322e2316364237d700d3984cd210f9d3f1ba90 # Parent da49cd79b67936fcbb515de5a57d2d18e70dba90 (Create Tags Table): Fix typo. diff -r da49cd79b679 -r fa322e231636 man/maintaining.texi --- a/man/maintaining.texi Wed Jun 06 15:57:02 2007 +0000 +++ b/man/maintaining.texi Wed Jun 06 15:57:39 2007 +0000 @@ -409,8 +409,8 @@ files. If the tags file is in @file{/dev}, however, the file names are made relative to the current working directory. This is useful, for example, when writing the tags to @file{/dev/stdout}. - - When using a a relative file name, it should not be a symbolic link + + When using a relative file name, it should not be a symbolic link pointing to a tags file in a different directory, because this would generally render the file names invalid.