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 5AFC7C433FE for ; Wed, 5 Oct 2022 05:14:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229711AbiJEFO4 (ORCPT ); Wed, 5 Oct 2022 01:14:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229564AbiJEFOx (ORCPT ); Wed, 5 Oct 2022 01:14:53 -0400 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4D62B4AC; Tue, 4 Oct 2022 22:14:51 -0700 (PDT) Date: Wed, 5 Oct 2022 13:14:30 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1664946889; 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=yoNA2Gd94JISVBvKVnRLBjCp4hjbn2DIfYqCzzaFLMY=; b=XM0wORCagIM1TjPjV5B2OhReAKRqdUQ2+8rt4nvOAgim+i5WhWQTGDx2wDEBbDtrkvryyV SsKmECHh1OU+rzEaNlCiGBQGv7b1yx/F3B7T7nUJSTGYNHZRjYKeF29EIqJnKf9OIqEK4E 4kzyWA/VvD5DQ9o0HacMReOP56mGZuI= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Wu XiangCheng To: Alex Shi , Yanteng Si Cc: Jonathan Corbet , chenhuacai@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/4] docs/zh_CN: promote the title of zh_CN/process/index.rst Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Wu XiangCheng update to commit 9d0f5cd16744 ("docs: promote the title of process/index.rst") Signed-off-by: Wu XiangCheng --- Documentation/translations/zh_CN/process/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/translations/zh_CN/process/index.rst b/Documentation/translations/zh_CN/process/index.rst index a683dbea0c83..a1a35f88f4ae 100644 --- a/Documentation/translations/zh_CN/process/index.rst +++ b/Documentation/translations/zh_CN/process/index.rst @@ -10,6 +10,7 @@ .. _cn_process_index: +======================== 与Linux 内核社区一起工作 ======================== -- 2.30.2 -- Wu XiangCheng 0x32684A40BCA7AEA7