fix libext2fs info page name

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>
bitmap-optimize
Eric Sandeen 2009-01-29 17:52:13 -05:00 committed by Theodore Ts'o
parent eefa4d950c
commit a6d4aa1474
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
@ifinfo
@dircategory Development
@direntry
* libext2fs: (libext2fs.info). The EXT2FS library.
* libext2fs: (libext2fs). The EXT2FS library.
@end direntry
@end ifinfo