summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-31 23:04:21 +0000
committerJim Meyering <jim@meyering.net>1999-01-31 23:04:21 +0000
commitc54cb6e13bce2dfbab08cd9571a8328a77d30a95 (patch)
treeb5a6a9a665bd0c63e18aba99e06f22b5a208b824 /old
parentc900767da26cc5c21bd4d7f84ed15ffe7797b072 (diff)
downloadcoreutils-c54cb6e13bce2dfbab08cd9571a8328a77d30a95.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 22ff3f058..bef26de29 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.