Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10953914imu; Thu, 6 Dec 2018 09:13:34 -0800 (PST) X-Google-Smtp-Source: AFSGD/VmkbgZncg5heJ0Ih2qf9Td1L+/rPpMWjpJNgxHC4OkpNWSFIf2yfUJUOFxn3XwBi9zY6gy X-Received: by 2002:a63:507:: with SMTP id 7mr23135280pgf.411.1544116414186; Thu, 06 Dec 2018 09:13:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544116414; cv=none; d=google.com; s=arc-20160816; b=Z7J6VNiczyCvZ9JwRgmFy3cRMuD6LRE5pV69dgCrWeVVPgIs5i3yCDVOhHwUN1n8ZF Il74mA4EmYvhBtL32QDI+Gi4XFqDibihDZd1e+wxZWzsaHv4OpRIVx5WOuJtf4dEY0UG xJcabJ5UT7/ngOmGRs/j7z+W9lJ4RqE45snCqrhkuSg1z2Ro0hGLKGk8L89/+nRBnUDH a3QcFyLX9eVzyALLKuQD8Z7w8osmVXnmfy1AYCCqMwBy4aWUXjpw4DSj2ZowllnSY7pd cRQvY3Uyl/8z8bJq3VIbIfFA4ZbGMBquB/Fu83ZMK9RSTbQp1zA9kF28+7scq+uGBftK Bsqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=xnubFY1V5ZmKlPneiE05CDkIJQIBxiFnSBG95N5l6Xw=; b=XgYWk4cRXAFofnBwBzdLG385V41CJzD3qza0aYPKYeTF8sH3kWH2nVqrExeDWOkp9a Pqbvhq0JXbmb6xaOJnf3wOzChZ2O5nI6Zpe0c26ZtX0IhcDCBPmCCTTFYQ60PeY2/NNu BZltM0v6MunHbSlzHNnyLC0RvCQV9oCowBq0ubTDnfgYnwNUorPwyXsVcK5FCHyVBH5O u1aV19AeVOmdaBQk+I7qM+/EtA8lK2rE/EFVml5qTEUjhaO9EozQGvzEmLHVKviSKf2u TXQUvgD2RX39vxjaH2rJ2cjcJI81aHRLwIBX7DABSYsO+J8uZ+WG8GiI7fGBPAoJtpUS Fqhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 72si651604pla.218.2018.12.06.09.13.10; Thu, 06 Dec 2018 09:13:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726071AbeLFRMN (ORCPT + 99 others); Thu, 6 Dec 2018 12:12:13 -0500 Received: from ms.lwn.net ([45.79.88.28]:33824 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725889AbeLFRMN (ORCPT ); Thu, 6 Dec 2018 12:12:13 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 8D1A42B6; Thu, 6 Dec 2018 17:12:11 +0000 (UTC) Date: Thu, 6 Dec 2018 10:12:06 -0700 From: Jonathan Corbet To: Federico Vaga Cc: Alessia Mantegazza , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] doc:it: fixes in process/1.Intro Message-ID: <20181206101206.570da1f8@lwn.net> In-Reply-To: <20181202174010.12152-1-federico.vaga@vaga.pv.it> References: <20181202174010.12152-1-federico.vaga@vaga.pv.it> Organization: LWN.net X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2 Dec 2018 18:40:09 +0100 Federico Vaga wrote: > - fix broken links and some > - fix some grammar errors > > Signed-off-by: Federico Vaga Applied thanks (and the new translations as well). jon