Whamcloud - gitweb
fix libext2fs info page name
authorEric Sandeen <sandeen@redhat.com>
Thu, 29 Jan 2009 22:52:13 +0000 (17:52 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 8 Mar 2009 23:29:28 +0000 (19:29 -0400)
In Red Hat bug #481620 Jerry reported that the libext2fs info page
is not accesable via "info libext2fs" but is via "info libext2fs.info"
and suggested that the following change should fix it.

Additional info from Jerry:
The problem is that makeinfo 4.12 interprets the dot in "libext2fs.info"
to be the end of the description portion of the info entry, even though
it hasn't seen the closing parenthesis yet.  Making the reference be to
just "libext2fs" works.

Addresses-Red-Hat-Bugzilla: #481620

Reported-by: Jerry James <loganjerry@gmail.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
doc/libext2fs.texinfo

index ab41248..1836cdc 100644 (file)
@@ -8,7 +8,7 @@
 @ifinfo
 @dircategory Development
 @direntry
-* libext2fs: (libext2fs.info).                  The EXT2FS library.
+* libext2fs: (libext2fs).                  The EXT2FS library.
 @end direntry
 @end ifinfo