File: documentation-info_metadata.patch

package info (click to toggle)
fdutils 5.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,540 kB
  • sloc: ansic: 6,334; sh: 3,570; makefile: 262; sed: 4
file content (21 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Add info dircategory & 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 <mcy@lm7.fr>
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