From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12426 invoked by alias); 15 Nov 2011 18:18:07 -0000 Received: (qmail 12416 invoked by uid 22791); 15 Nov 2011 18:18:06 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Nov 2011 18:17:33 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LUP00M00S11EA00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 15 Nov 2011 20:17:14 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.184.15]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LUP00KVQS4P9HQ0@a-mtaout20.012.net.il>; Tue, 15 Nov 2011 20:17:14 +0200 (IST) Date: Tue, 15 Nov 2011 18:18:00 -0000 From: Eli Zaretskii Subject: Re: RFA: documentation change for ambiguous linespec patch In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837h31dzgn.fsf@gnu.org> References: <83fwhpe36s.fsf@gnu.org> 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: 2011-11/txt/msg00400.txt.bz2 > From: Tom Tromey > Cc: gdb-patches@sourceware.org > Date: Tue, 15 Nov 2011 11:04:53 -0700 > > >> + locations will be added or subtracted according to > >> + inferior changes. > > Eli> Also, is "subtracted" the right word here? I use it only as an > Eli> arithmetic operation, but I'm not a native speaker. > > I changed it to "added". You mean "removed", right? Because "added" was already there. Thanks.