# HG changeset patch # User Juanma Barranquero # Date 1181173125 0 # Node ID 052499f7ba7defad77341adf9ccd196adcba858d # Parent fa2c625c2d3de8655148fe9d1563d9c7965c6945 (Create Tags Table): Fix typo. diff -r fa2c625c2d3d -r 052499f7ba7d man/maintaining.texi --- a/man/maintaining.texi Wed Jun 06 23:37:33 2007 +0000 +++ b/man/maintaining.texi Wed Jun 06 23:38:45 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.