From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: PATCH Documentation/git-rev-list.txt typo fix Date: Fri, 16 Sep 2005 13:02:33 -0700 Message-ID: <20050916200232.GM8041@shell0.pdx.osdl.net> References: <20050916142412.GA973@brainysmurf.cs.umu.se> <7vy85xotxt.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Peter Hagervall , jdl@freescale.com, git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Sep 16 22:04:35 2005 Return-path: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EGMQ9-0004C5-LX for gcvg-git@gmane.org; Fri, 16 Sep 2005 22:02:54 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161274AbVIPUCv (ORCPT ); Fri, 16 Sep 2005 16:02:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161275AbVIPUCv (ORCPT ); Fri, 16 Sep 2005 16:02:51 -0400 Received: from smtp.osdl.org ([65.172.181.4]:34524 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1161274AbVIPUCu (ORCPT ); Fri, 16 Sep 2005 16:02:50 -0400 Received: from shell0.pdx.osdl.net (fw.osdl.org [65.172.181.6]) by smtp.osdl.org (8.12.8/8.12.8) with ESMTP id j8GK2YBo011711 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 16 Sep 2005 13:02:35 -0700 Received: from shell0.pdx.osdl.net (localhost [127.0.0.1]) by shell0.pdx.osdl.net (8.13.1/8.11.6) with ESMTP id j8GK2Xhn009892; Fri, 16 Sep 2005 13:02:33 -0700 Received: (from chrisw@localhost) by shell0.pdx.osdl.net (8.13.1/8.13.1/Submit) id j8GK2XHV009891; Fri, 16 Sep 2005 13:02:33 -0700 To: Junio C Hamano Content-Disposition: inline In-Reply-To: <7vy85xotxt.fsf@assigned-by-dhcp.cox.net> User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=0 required=5 tests= X-Spam-Checker-Version: SpamAssassin 2.63-osdl_revision__1.45__ X-MIMEDefang-Filter: osdl$Revision: 1.115 $ X-Scanned-By: MIMEDefang 2.36 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: * Junio C Hamano (junkio@cox.net) wrote: > Peter Hagervall writes: > > > This causes a mismatch in and tags, one way of > > fixing it is having no more than one caret symbol per line, which is the > > only solution I found in the asciidoc documentation. Ugly, but it works. > > Thanks. This is breaking the build. Reverting fixes the build... [chrisw@vas Documentation]$ make git-rev-list.1 asciidoc -b docbook -d manpage git-rev-list.txt xmlto man git-rev-list.xml xmlto: input does not validate (status 1) /home/chrisw/git/git/git/Documentation/git-rev-list.xml:38: parser error : Opening and ending tag mismatch: superscript line 38 and emphasis of git-rev-list foo midpoint and git ^ /home/chrisw/git/git/git/Documentation/git-rev-list.xml:38: parser error : Opening and ending tag mismatch: emphasis line 38 and superscript perscript>midpoint and git-rev-list midpoint ^make: *** [git-rev-list.1] Error 1 rm git-rev-list.xml thanks, -chris