From patchwork Thu Jan 29 22:52:13 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 21117 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 6B1ECDDF02 for ; Fri, 30 Jan 2009 09:52:19 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753276AbZA2WwS (ORCPT ); Thu, 29 Jan 2009 17:52:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753306AbZA2WwR (ORCPT ); Thu, 29 Jan 2009 17:52:17 -0500 Received: from mx2.redhat.com ([66.187.237.31]:40054 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753276AbZA2WwR (ORCPT ); Thu, 29 Jan 2009 17:52:17 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n0TMqG6h014858; Thu, 29 Jan 2009 17:52:16 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n0TMqGoG012513; Thu, 29 Jan 2009 17:52:16 -0500 Received: from dhcp231-118.rdu.redhat.com (neon.msp.redhat.com [10.15.80.10]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n0TMqFsG018159; Thu, 29 Jan 2009 17:52:16 -0500 Message-ID: <4982331D.9070707@redhat.com> Date: Thu, 29 Jan 2009 17:52:13 -0500 From: Eric Sandeen User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: ext4 development CC: Jerry James Subject: [PATCH] e2fsprogs: fix libext2fs info page name X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org 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 Signed-off-by: Eric Sandeen --- -- 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 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