Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp858335pxu; Wed, 14 Oct 2020 16:11:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyUtip7ySW9vBOuY066RPs1elJGk8pcM2nNHUIewlMRNamJ4iFCLBtms1rE12gEUt3Sqx55 X-Received: by 2002:a05:6402:293:: with SMTP id l19mr1389964edv.227.1602717085739; Wed, 14 Oct 2020 16:11:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602717085; cv=none; d=google.com; s=arc-20160816; b=0D3dd3WT3JB/GIJzCgRhmBGMtXo3qK09KQyOwLb+DJfsgx+YbSXWlfI6LUvYEL2+Jj uusNjhaRHmBLGckG2n8JKaQsojkPlhWn2erv4KGGn+GXX/UIlpHc9uNciMsIIo0Scyri 0zI6xYcO8HawfNxzi1K155gPZOV1OeBL3uQU5OyXXL1KrKYiKGps4rhMTRsr9Lmb4z8L rTSnrI+Ok4KQ+AYZlahb29fjq/PuM+QMXP8G9IQEaL1a21oFvW11NneES6oZRgCyXCpJ FzpofEQg0w+f3DoGDr1gBtm69ENes8OYQAzIuo343ANeTVYQdjz7sa9c/wWakfbowjAa vFUg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=R6UU1bloaH2oswNGC5+SWQycdIEoAvszPbigRZxhD20=; b=qgjqdxBJm2+SBoiN3RAWXexuRAWIDsHfSHoA2xXN4VdjJeDg3F7CzH16cpnPMoaAuS nT0+KrLsifEzza2qLfnwK5zvPXW+zsYGPHFDjPsAcz4Aft4G2cjqzuEL/m4XBSzKuanA 1B0Nqo6jW+2urmPyIaJYrgy4NllmwatnFD23XI/LCBYh/SSEPRqo/YMX3a5v7Rm8hA8H ocfNphrQhXkme9UyUIobwK8MvqAFzP822uHdqMSITT3j2YOLSUcjYJQnPN7jwVOVtTUG Z7M3rMVcN6yQowV6es7UmeaXB3jAOhbgo7vFSSqFA9qAQjsUya1nm/DuxsLen/iPdCVz bLZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 v16si798826ejg.54.2020.10.14.16.11.03; Wed, 14 Oct 2020 16:11:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390262AbgJNTLZ (ORCPT + 99 others); Wed, 14 Oct 2020 15:11:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388775AbgJNTLZ (ORCPT ); Wed, 14 Oct 2020 15:11:25 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0FE3C061755; Wed, 14 Oct 2020 12:11:24 -0700 (PDT) Received: from lwn.net (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 533DB739; Wed, 14 Oct 2020 19:11:24 +0000 (UTC) Date: Wed, 14 Oct 2020 13:11:22 -0600 From: Jonathan Corbet To: "=?UTF-8?B?TsOtY29sYXM=?= F. R. A. Prado" Cc: Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, lkcamp@lists.libreplanetbr.org, andrealmeid@collabora.com Subject: Re: [PATCH v2 2/5] docs: automarkup.py: Fix regexes to solve sphinx 3 warnings Message-ID: <20201014131122.52305a86@lwn.net> In-Reply-To: <20201013231218.2750109-3-nfraprado@protonmail.com> References: <20201013231218.2750109-1-nfraprado@protonmail.com> <20201013231218.2750109-3-nfraprado@protonmail.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Oct 2020 23:13:17 +0000 NĂ­colas F. R. A. Prado wrote: > The warnings were caused by the expressions matching words in the > translated versions of the documentation, since any unicode character > was matched. > > Fix the regular expression by making the C regexes use ASCII I don't quite understand this part, can you give an example of the kinds of warnings you were seeing? Thanks, jon