*** empty log message ***

This commit is contained in:
Jim Meyering 1999-01-31 23:04:21 +00:00
parent c900767da2
commit c54cb6e13b

View File

@ -1,5 +1,8 @@
1999-01-31 Jim Meyering <meyering@ascend.com>
* doc/fileutils.texi: Wrap the @top node in @ifnottex instead of
@ifinfo so `makeinfo --html fileutils.texi' works. From Karl Berry.
* tests/ln/misc: Add test for this.
* src/ln.c (do_link): Allow creation of a hard link to a dangling
symlink. Reported by Alexey Solovyov.