Whamcloud - gitweb
texinfo: Fix directory entries
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 20 Oct 2007 18:09:13 +0000 (22:09 +0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 1 Nov 2007 04:25:02 +0000 (00:25 -0400)
According to texinfo documentation, @dircategory and
@direntry...@end direntry commands are more appropriate.

For details see
http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Installing-Dir-Entries.html

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
doc/libext2fs.texinfo
lib/et/com_err.texinfo

index 1277c3a..82661d0 100644 (file)
@@ -7,11 +7,9 @@
 
 @ifinfo
 @dircategory Development
-@format
-START-INFO-DIR-ENTRY
+@direntry
 * libext2fs: (libext2fs.info).                  The EXT2FS library.
-END-INFO-DIR-ENTRY
-@end format
+@end direntry
 @end ifinfo
 
 @c smallbook
index def088c..7a00ffe 100644 (file)
 
 @ifinfo
 @dircategory Development
-@format
-START-INFO-DIR-ENTRY
+@direntry
 * Com_err: (com_err).   A Common Error Description Library for UNIX.
-END-INFO-DIR-ENTRY
-@end format
+@end direntry
 @end ifinfo
 
 @iftex