lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <4982331D.9070707@redhat.com> Date: Thu, 29 Jan 2009 17:52:13 -0500 From: Eric Sandeen <sandeen@...hat.com> To: ext4 development <linux-ext4@...r.kernel.org> CC: Jerry James <loganjerry@...il.com> Subject: [PATCH] e2fsprogs: 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. Reported-by: Jerry James <loganjerry@...il.com> Signed-off-by: Eric Sandeen <sandeen@...hat.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 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists