From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42662C4321E for ; Mon, 5 Dec 2022 06:51:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231255AbiLEGvp (ORCPT ); Mon, 5 Dec 2022 01:51:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231156AbiLEGvp (ORCPT ); Mon, 5 Dec 2022 01:51:45 -0500 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5F48120BC; Sun, 4 Dec 2022 22:51:43 -0800 (PST) Date: Mon, 5 Dec 2022 14:51:16 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1670223101; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Nn8i4Q+q4Hh2rs3eznePR5yQ1tk1+KZhU8FkQgcnNAE=; b=J2y9Gkt8iE7aK5MCo5BLD7+1KW14EKKslnt1aUd6uYzeshCkM3IV8jRZ7s26ocPiSa9bpU ZXYK1Zbt5OQX8kjqqHLffrJBMo7j9mCf6JOvwkZaEfSUzED4RDUYO63VZGipkhdjwPQPgr OvJ/l8FVduX78MKbRPTVlJAUkeNk0tk= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Wu XiangCheng To: Akira Yokosawa Cc: Jonathan Corbet , Yanteng Si , Alex Shi , Wu XiangCheng , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs/zh_CN: Fix '.. only::' directive's expression Message-ID: References: <20221205032622.8697-1-akiyks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221205032622.8697-1-akiyks@gmail.com> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 2022-12-05 (一) 12:26:24 +0900 Akira Yokosawa 曰: > Commit febe6c2f859e ("docs/zh_CN: Add translation > zh_CN/doc-guide/index.rst") translated ".. only::" directive too much. > Use the one as found in the original doc-guide/index.rst. > > Fixes: febe6c2f859e ("docs/zh_CN: Add translation zh_CN/doc-guide/index.rst") > Signed-off-by: Akira Yokosawa > Cc: Wu XiangCheng > Cc: Yanteng Si > Cc: Alex Shi > --- > Hi, > > I came across this error while grepping ".. only::" under Documentation/. > > Thanks, Akira Thanks, good catch! Reviewed-by: Wu XiangCheng > --- > Documentation/translations/zh_CN/doc-guide/index.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/translations/zh_CN/doc-guide/index.rst b/Documentation/translations/zh_CN/doc-guide/index.rst > index 5151953c196f..78c2e9a1697f 100644 > --- a/Documentation/translations/zh_CN/doc-guide/index.rst > +++ b/Documentation/translations/zh_CN/doc-guide/index.rst > @@ -19,7 +19,7 @@ > contributing > maintainer-profile > > -.. only:: 子项目与HTML > +.. only:: subproject and html > > 目录 > ==== > > base-commit: f8e9e32f7d04336666d66893f2da1347dd8263b1 > -- > 2.25.1 > -- Wu XiangCheng 0x32684A40BCA7AEA7