From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10368 invoked by alias); 23 Aug 2012 18:04:59 -0000 Received: (qmail 10348 invoked by uid 22791); 23 Aug 2012 18:04:58 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Aug 2012 18:04:41 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M9700600ZFI4S00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 23 Aug 2012 21:04:26 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M97006H1ZJE0150@a-mtaout21.012.net.il>; Thu, 23 Aug 2012 21:04:26 +0300 (IDT) Date: Thu, 23 Aug 2012 18:04:00 -0000 From: Eli Zaretskii Subject: Re: Document how to exit "python-interactive" In-reply-to: <3F1FEAEA-E556-4270-9DF1-874ED180332A@cs.umd.edu> To: Khoo Yit Phang Cc: khooyp@cs.umd.edu, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837gspa3ik.fsf@gnu.org> References: <83boi1a72i.fsf@gnu.org> <4DE79193-BBBE-46B5-854A-9CB70CC6B4FC@cs.umd.edu> <3F1FEAEA-E556-4270-9DF1-874ED180332A@cs.umd.edu> 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-08/txt/msg00687.txt.bz2 > From: Khoo Yit Phang > Date: Thu, 23 Aug 2012 13:47:35 -0400 > Cc: Eli Zaretskii , gdb-patches@sourceware.org > > Here's the updated patch. I made one other minor change from "Python interactive prompt" to "interactive Python prompt" for consistency. Does it look good? Almost. > -Start a Python interactive prompt.\n\ > +Start an interactive Python prompt. To return to GDB, type the EOF\n\ > +character (e.g., Ctrl-D on an empty prompt).\n\ I still think the first line should have only one sentence. This is how we write doc strings everywhere else. Thanks.