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 X-Spam-Level: X-Spam-Status: No, score=-19.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99AEEC433ED for ; Fri, 9 Apr 2021 12:48:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 72366610FC for ; Fri, 9 Apr 2021 12:48:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233914AbhDIMsf (ORCPT ); Fri, 9 Apr 2021 08:48:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:41722 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233777AbhDIMsO (ORCPT ); Fri, 9 Apr 2021 08:48:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5A53161106; Fri, 9 Apr 2021 12:48:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617972481; bh=Tj7z1zW72+qtHkoeI0ngIMPv3VOSrEkM37aHTlYijTs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mSc0TOB5iDQfrFZgdgZ2E3XeIICVG5Yc17Ydmmy21a0RasA6TdLWnI4W9tNUv4Pzb B0c+TEc5zFY2pCeAguU6tsTkzbor0xRVTPjGrO1vF5aEqEd3OrrYd5H6YIZDpE7UZB aOF9RVVxptcYSSnKk98BI4fvYnMzKrTV7sgNXdmTGfJ1YfdOKlez/28ceKRHfjFMtt Ncw4ML6PpxP6jKCyhKKDOreupuUOpEei7gG1Tw9EXpNhk9ejGDsN/TUrVxCqNfVNDj wJd6q20GMpwbHJaDAjNjWRKHj0gDi0HRSbsRy9ONpku1Fm9Mtljg03QaQacxPeUWrH cC66t5NcwefLg== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lUqYE-001SLs-DP; Fri, 09 Apr 2021 14:47:54 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , "Jonathan Corbet" Cc: Mauro Carvalho Chehab , "Alexander A. Klimov" , Alex Shi , Wu XiangCheng , linux-kernel@vger.kernel.org Subject: [PATCH v3 7/8] docs: translations/zh_CN: fix a typo at 8.Conclusion.rst Date: Fri, 9 Apr 2021 14:47:51 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org transaltions -> translations Acked-by: Wu XiangCheng Signed-off-by: Mauro Carvalho Chehab --- Documentation/translations/zh_CN/process/8.Conclusion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/translations/zh_CN/process/8.Conclusion.rst b/Documentation/translations/zh_CN/process/8.Conclusion.rst index 71c3e30efc6f..4707f0101964 100644 --- a/Documentation/translations/zh_CN/process/8.Conclusion.rst +++ b/Documentation/translations/zh_CN/process/8.Conclusion.rst @@ -19,7 +19,7 @@ :ref:`Documentation/translations/zh_CN/process/howto.rst ` 文件是一个重要的起点; :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst ` -和 :ref:`Documentation/transaltions/zh_CN/process/submitting-drivers.rst ` +和 :ref:`Documentation/translations/zh_CN/process/submitting-drivers.rst ` 也是所有内核开发人员都应该阅读的内容。许多内部内核API都是使用kerneldoc机制 记录的;“make htmldocs”或“make pdfdocs”可用于以HTML或PDF格式生成这些文档 (尽管某些发行版提供的tex版本会遇到内部限制,无法正确处理文档)。 -- 2.30.2