From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4633 invoked by alias); 15 Jan 2009 10:35:32 -0000 Received: (qmail 4612 invoked by uid 22791); 15 Jan 2009 10:35:29 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Jan 2009 10:34:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 36BC12A96BE for ; Thu, 15 Jan 2009 05:34:52 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id amV2ahsYvO-0 for ; Thu, 15 Jan 2009 05:34:52 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 741992A96CE for ; Thu, 15 Jan 2009 05:34:51 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 88B50E7ACD; Thu, 15 Jan 2009 14:34:44 +0400 (RET) Date: Thu, 15 Jan 2009 10:35:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/NEWS] Move misplaced entry... Message-ID: <20090115103444.GT31296@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="YD3LsXFS42OYHhNZ" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i 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: 2009-01/txt/msg00347.txt.bz2 --YD3LsXFS42OYHhNZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 281 Hello, On my way to adding an entry for x86_64/MinGW support, I noticed that one command was documented in the wrong section: * NEWS: Move the documentation of "info os processes" to the appropriate section (documenting the new commands). OK to apply? -- Joel --YD3LsXFS42OYHhNZ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS-move.diff" Content-length: 480 diff --git a/gdb/NEWS b/gdb/NEWS index 027ab02..d1e0a91 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -186,13 +186,13 @@ macro undef These allow macros to be defined, undefined, and listed interactively. +info os processes + Show operating system information about processes. + * New native configurations x86/x86_64 Darwin i[34567]86-*-darwin* -info os processes - Show operating system information about processes. - * New targets x86 DICOS i[34567]86-*-dicos* --YD3LsXFS42OYHhNZ--