From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2493 invoked by alias); 17 Dec 2012 16:33:45 -0000 Received: (qmail 2462 invoked by uid 22791); 17 Dec 2012 16:33:42 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Dec 2012 16:33:28 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MF600200OJR4H00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Mon, 17 Dec 2012 18:33:12 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MF6001E8ONBSV80@a-mtaout22.012.net.il>; Mon, 17 Dec 2012 18:33:11 +0200 (IST) Date: Mon, 17 Dec 2012 16:33:00 -0000 From: Eli Zaretskii Subject: Re: [rfc] Print MI fullname even for non-existing files In-reply-to: <20121217155859.GA8029@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ehior63x.fsf@gnu.org> References: <20121217155859.GA8029@host2.jankratochvil.net> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00574.txt.bz2 > Date: Mon, 17 Dec 2012 16:58:59 +0100 > From: Jan Kratochvil > > +Absolute file name of @samp{file}. It is converted to a canonical form > +using the source file search path > +(@pxref{Source Path, ,Specifying Source Directories}). > +and after resolving all the symbolic links. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Is the last part some uncompleted sentence? If it's part of the previous sentence, the period there should go away. The documentation part is OK with this gotcha fixed. Thanks.