]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 1277c3a42a330455b2638c40601ac125fa3f305f..82661d034ac35648c13518ec7a73c199ccf883aa 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 def088c71a012d736cfee27be26a4b50721e1ae1..7a00ffee082e85724e08e6c0d0c490b7f662aa4c 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