Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp5300685img; Wed, 27 Mar 2019 06:07:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqywJ1wqtgkNywH/iaBkkjuziESIegKLbceHeY06OrHv99QcJt4ezHTevpDzlEjtxzwnBmi2 X-Received: by 2002:a62:1157:: with SMTP id z84mr13262631pfi.159.1553692058811; Wed, 27 Mar 2019 06:07:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553692058; cv=none; d=google.com; s=arc-20160816; b=q0TM23gsQtLMBtWJIWS2zuh/VVTPday1ZEp52A2TqhEripnzeJYFg8DtfdVcbgrgD9 Uxxu390WB/+weaPCjxtUI0OC99oUCzx6+70zqjNqAZBXjj31dkAzWr01oW9tAe0L9Uvl TsKS1TqFdO19E+sXoNT24Smhxk89AX58nnnx5SAAvfJPF0dwCXIYdUv5lhSIKGX5ooH+ 47kOS4j+5MdJstt6R4TkmeJVQDS478+JOC6ERA8UH/qz0Xhfy8yUrm2nDzqWJ+XfmCWN v6wN1ARrrYe7AZ85YK9OZPBGxYl/6wgc3Cd+ZExI9SJU8w59KTf6Yxdqy5YqZclJiiIE dStw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=onwNJ8Kt3aZh126P/s4Q5CmPD7SanhMKYpj/cCV9S6k=; b=oHvxoL/vipTZ0bJ5OHP/BELYvpn+aLF+7W4znPZWkGn7Iurpibv5Df+audT/jvQYK8 ujQAZLiA2vK/xtoSkzt2P+K9Ezetvouu5GUoSrxi6EEVYY7iB2EVNpZCLMcL+Zn/v/fi NR+lJD5OxnSOivcY8EFVMPJmkeS9z+1o4KKxw2IE5EtlPZH56nBgi7P4WAEpQfsqk10o ATXCVPuZ1ZFP237h1/jOPpX2G6xsfhih8LUggEPvmYsHmOeh9AN7rt9gMQQrf078jtXm ykc+LajzdeOj2apFJVOpwfxvkzl/shvaHCjR9Cib+Jl4aiW9rJ8iXbOrhRSj/G6Vd9i1 yNfg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o19si174449pgk.324.2019.03.27.06.07.23; Wed, 27 Mar 2019 06:07:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732539AbfC0NFu (ORCPT + 99 others); Wed, 27 Mar 2019 09:05:50 -0400 Received: from out30-133.freemail.mail.aliyun.com ([115.124.30.133]:34515 "EHLO out30-133.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729565AbfC0NC0 (ORCPT ); Wed, 27 Mar 2019 09:02:26 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e07488;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0TNmt4Yt_1553691741; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TNmt4Yt_1553691741) by smtp.aliyun-inc.com(127.0.0.1); Wed, 27 Mar 2019 21:02:22 +0800 From: Alex Shi To: alex.shi@linux.alibaba.com, harryxiyou@gmail.com, corbet@lwn.net, leoyang.li@nxp.com, linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH 13/42] docs/zh_CN: add disclaimer and translator info in 5.Posting Date: Wed, 27 Mar 2019 21:01:19 +0800 Message-Id: <20190327130148.3258-14-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.856.g8858448bb In-Reply-To: <20190327130148.3258-1-alex.shi@linux.alibaba.com> References: <20190327130148.3258-1-alex.shi@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To give way for people's comments Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- Documentation/translations/zh_CN/process/5.Posting.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/translations/zh_CN/process/5.Posting.rst b/Documentation/translations/zh_CN/process/5.Posting.rst index 824484d05dd9..425b805c85a1 100644 --- a/Documentation/translations/zh_CN/process/5.Posting.rst +++ b/Documentation/translations/zh_CN/process/5.Posting.rst @@ -1,3 +1,8 @@ +.. include:: ../disclaimer-zh_CN.rst + +:Original: :ref:`Documentation/process/5.Posting.rst ` +:Translator: Alex Shi + .. _cn_development_posting: 发送补丁 -- 2.19.1.856.g8858448bb