From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id uWqhByw2EGDiLAAAWB0awg (envelope-from ) for ; Tue, 26 Jan 2021 10:33:00 -0500 Received: by simark.ca (Postfix, from userid 112) id 111EF1EF80; Tue, 26 Jan 2021 10:33:00 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 570741E940 for ; Tue, 26 Jan 2021 10:32:59 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D3B8B386185A; Tue, 26 Jan 2021 15:32:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3B8B386185A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1611675178; bh=CObE71R+Vvstx8sHf79tatonkjwvBChkp72sJLOF54I=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=O5DOBedcrqkeXnm2ZhWtUbA7PMR6pXaJ0fBmSgBHEVpOFS9+F3fmkklsw5+PxceeD p77egLBjW+7HQXxaO67cJhiK/zpiIRg+7XgSGtVSV/y+7puxSCPmW+cXIxkBlM8sll Ls7Fywcy2eSapVJKc7ratRsKLaPRWYycOpML8Tp8= Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 3353E385DC1A for ; Tue, 26 Jan 2021 15:32:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3353E385DC1A Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 10QFWg8b023005 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 26 Jan 2021 10:32:47 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 10QFWg8b023005 Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 351D31E940; Tue, 26 Jan 2021 10:32:42 -0500 (EST) Subject: Re: [PATCHv2 2/3] gdb: process startup files and startup command line options To: Eli Zaretskii , Andrew Burgess References: <99a396b1db7b7a6caacdcbd966236cd59fc6fc2b.1611653889.git.andrew.burgess@embecosm.com> <83eei72057.fsf@gnu.org> Message-ID: <80e1d8d8-01eb-ba47-1f30-722248551b05@polymtl.ca> Date: Tue, 26 Jan 2021 10:32:42 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <83eei72057.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Tue, 26 Jan 2021 15:32:42 +0000 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 2021-01-26 10:22 a.m., Eli Zaretskii via Gdb-patches wrote:>> +While on Apple hosts the locations searched are: > > Such a sentence shouldn't start with "while". I suggest "By > contrast," instead. I would also add: I think we should use actual operating system's name, as "Apple" isn't an operating system. That would be "macOS". But it probably needs to be changed across the manual, as that name is quite recent (it used to be "Mac OS X"). Simon