From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28908 invoked by alias); 6 Jul 2008 13:22:52 -0000 Received: (qmail 28898 invoked by uid 22791); 6 Jul 2008 13:22:51 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 06 Jul 2008 13:22:34 +0000 Received: (qmail 27963 invoked from network); 6 Jul 2008 13:22:32 -0000 Received: from unknown (HELO 172.16.unknown.plus.ru) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 6 Jul 2008 13:22:32 -0000 From: Vladimir Prus To: Eli Zaretskii Subject: Re: Implement -target-attach. Date: Sun, 06 Jul 2008 13:22:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb-patches@sources.redhat.com References: <200807041313.19354.vladimir@codesourcery.com> <200807052120.07332.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807061722.26446.vladimir@codesourcery.com> 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: 2008-07/txt/msg00077.txt.bz2 On Sunday 06 July 2008 10:27:59 Eli Zaretskii wrote: > > From: Vladimir Prus > > Date: Sat, 5 Jul 2008 21:20:07 +0400 > > > > > Could you update the manual, please? > > > > Does the following look OK? > > Yes, but please keep lines inside @smallexample shorter than 70 > characters. If you need a longer line, divide it into several lines > (and tell in the accompanying text that it's supposed to be one long > line, if that's not obvious). OK, I've changed the function name in example to 'bar', since it's just example, which brought the line well under 70 characters, and checked in. Thanks, Volodya