From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21854 invoked by alias); 4 Dec 2006 09:16:56 -0000 Received: (qmail 21845 invoked by uid 22791); 4 Dec 2006 09:16:55 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 04 Dec 2006 09:16:46 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gr9wB-00084Q-AW for gdb-patches@sources.redhat.com; Mon, 04 Dec 2006 10:16:35 +0100 Received: from 73-198.umostel.ru ([82.179.73.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Dec 2006 10:16:35 +0100 Received: from ghost by 73-198.umostel.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Dec 2006 10:16:35 +0100 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [commit] Doc: -var-delete Date: Mon, 04 Dec 2006 09:16:00 -0000 Message-ID: References: <17779.39827.835325.436366@kahikatea.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit User-Agent: KNode/0.10.2 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: 2006-12/txt/msg00021.txt.bz2 Nick Roberts wrote: > @smallexample > !  -var-delete [ -c ] @var{name} > @end smallexample > > Deletes a previously created variable object and all of its children. > + With the @samp{-c} option, just deletes the children. Should this be "deletes just the children"? Or "deletes only the children"? The way it's written now "just" binds to "deletes", so one wonders if there's "just delete" behaviour and "not just delete" behaviour and what the latter might be. non-native-speakerly-picky-yours, Volodya