Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp529141pxj; Wed, 16 Jun 2021 07:54:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyCpT/I0Qn93xfiUY+uP+8B1siWwz74tQkhPqTrM+qqt/mM1SPnGLYU9H2Dqj0WJCpwm/c2 X-Received: by 2002:a02:a99e:: with SMTP id q30mr4630930jam.69.1623855269710; Wed, 16 Jun 2021 07:54:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623855269; cv=none; d=google.com; s=arc-20160816; b=1F6A2G66rC4cNCihDIUjCREjfN0dn9edOVSs84rT/SAGDhLnXZMKI0+ou5UiL3fWKp Wdr/aYlf79gdshPugfukC4aaiXq4Kty/nPfE5Twpde+6w+hP55v85vpiRm7x2kvYWGA+ nLkZE4yNrhDSg0yAT3hhMXjS/7AhEGiGzfSmFfK1s8Kb6TB+uUc+bskk5B9R0vCVY1vl 7s1RGvc4J48Ayn2pqZUg8DfC/JisuH0CDU5zTUONSqPEYLukvd+SnQr2kgK4B1/jK/X+ pjaJQswSEXwOkYmNcCCDUGx7uvQvSd72vxnelZgWtZk28v3+HLsZof3UKN9191lD/ouh c3kA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=hbnZrx1Rignqtye3BhgNOpvtBuRXIkdbOSx+9TNv0oA=; b=FuOKGbvfHRJq2hkU0vxqeKUYGS5V6kNebjM1NvzFOEIPETjwPA1S2blwNm7/Myk3yV 0XLsWjMXPVPTm05EZ34t4IzNfZq3Ctr5PF48uGzeG3NRu52PcWCp9HD2PFg5M32gTUTH A91FrRZPc7of8AKhZcP9RHmBpyq0Ns4lz2cbf9y9G/gOTU0AqH44SSx6Yym/9vS0RRLc WO3FZCfRjkiqbaqT03S4OObCbHTsa4BnuiJplzWTyKHzWCszUCxeAJvTbE5vhmtW6hfN mLxKq8i09XKAacS7nf4153Xu+Wu6uNaDnYoXc0Q8M/5wpThqF6NjR/AdR3Uumf0Qy/Dv Q5fg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e3si2326344iom.57.2021.06.16.07.54.12; Wed, 16 Jun 2021 07:54:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234220AbhFPOzk (ORCPT + 99 others); Wed, 16 Jun 2021 10:55:40 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:40244 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S233775AbhFPOzj (ORCPT ); Wed, 16 Jun 2021 10:55:39 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 15GErQmd018668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 16 Jun 2021 10:53:27 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 94ECB15C3CB8; Wed, 16 Jun 2021 10:53:26 -0400 (EDT) Date: Wed, 16 Jun 2021 10:53:26 -0400 From: "Theodore Ts'o" To: Mauro Carvalho Chehab Cc: Jonathan Corbet , Linux Doc Mailing List , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/8] docs: filesystems: ext4: blockgroup.rst: replace some characters Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Jun 16, 2021 at 08:55:12AM +0200, Mauro Carvalho Chehab wrote: > The conversion tools used during DocBook/LaTeX/html/Markdown->ReST > conversion and some cut-and-pasted text contain some characters that > aren't easily reachable on standard keyboards and/or could cause > troubles when parsed by the documentation build system. > > Replace the occurences of the following characters: > > - U+2217 ('∗'): ASTERISK OPERATOR > use ASCII asterisk instead of the ASTERISK OPERATOR > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Theodore Ts'o - Ted