From 710bac86a5777591acd8ef0662c008327f274f33 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 20 Oct 2007 22:09:13 +0400 Subject: [PATCH] texinfo: Fix directory entries 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 Signed-off-by: Theodore Ts'o --- doc/libext2fs.texinfo | 6 ++---- lib/et/com_err.texinfo | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 1277c3a..82661d0 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -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 diff --git a/lib/et/com_err.texinfo b/lib/et/com_err.texinfo index def088c..7a00ffe 100644 --- a/lib/et/com_err.texinfo +++ b/lib/et/com_err.texinfo @@ -19,11 +19,9 @@ @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 -- 1.8.3.1