linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] e2fsprogs: fix libext2fs info page name
@ 2009-01-29 22:52 Eric Sandeen
  2009-03-08 23:31 ` Theodore Tso
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2009-01-29 22:52 UTC (permalink / raw)
  To: ext4 development; +Cc: Jerry James

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>
---

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
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] e2fsprogs: fix libext2fs info page name
  2009-01-29 22:52 [PATCH] e2fsprogs: fix libext2fs info page name Eric Sandeen
@ 2009-03-08 23:31 ` Theodore Tso
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Tso @ 2009-03-08 23:31 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: ext4 development, Jerry James

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-09  3:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29 22:52 [PATCH] e2fsprogs: fix libext2fs info page name Eric Sandeen
2009-03-08 23:31 ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).