<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Description: Add info dircategory &amp; fix direntry
 The fdutils.texi file was missing the dircategory declaration, and
 the direntry declaration was wrong. This patch sets dircategory to
 "Utilities" and fixes direntry.
Author: Matteo Cypriani &lt;mcy@lm7.fr&gt;
Last-Update: 2010-05-12
--- a/doc/fdutils.texi
+++ b/doc/fdutils.texi
@@ -21,9 +21,10 @@
 
 @ifinfo
 @format
-START-INFO-DIR-ENTRY
+@dircategory Utilities
+@direntry
 * Fdutils: (fdutils).        Fdutils: Linux' floppy utilities
-END-INFO-DIR-ENTRY
+@end direntry
 @end format
 @end ifinfo
 
</pre></body></html>