diff mbox

e2fsprogs: fix libext2fs info page name

Message ID 4982331D.9070707@redhat.com
State Accepted, archived
Headers show

Commit Message

Eric Sandeen Jan. 29, 2009, 10:52 p.m. UTC
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.

Reported-by: Jerry James <loganjerry@gmail.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---


--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Theodore Ts'o March 8, 2009, 11:31 p.m. UTC | #1
On Thu, Jan 29, 2009 at 05:52:13PM -0500, Eric Sandeen wrote:
> 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.

Thanks, applied.

						- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: e2fsprogs/doc/libext2fs.texinfo
===================================================================
--- e2fsprogs.orig/doc/libext2fs.texinfo	2009-01-29 16:37:48.819575689 -0600
+++ e2fsprogs/doc/libext2fs.texinfo	2009-01-29 16:48:07.821574818 -0600
@@ -8,7 +8,7 @@ 
 @ifinfo
 @dircategory Development
 @direntry
-* libext2fs: (libext2fs.info).                  The EXT2FS library.
+* libext2fs: (libext2fs).                  The EXT2FS library.
 @end direntry
 @end ifinfo