lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 27 Mar 2019 21:01:46 +0800
From:   Alex Shi <alex.shi@...ux.alibaba.com>
To:     alex.shi@...ux.alibaba.com, harryxiyou@...il.com, corbet@....net,
        leoyang.li@....com, linux-doc@...r.kernel.org
Cc:     Federico Vaga <federico.vaga@...a.pv.it>,
        SeongJae Park <sj38.park@...il.com>,
        James Morris <james.morris@...rosoft.com>,
        Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
        linux-kernel@...r.kernel.org
Subject: [PATCH 40/42] docs/zh_CN: redirect the submitting-patches to Chinese doc

Now we have latest Chinese version submitting-patches.rst, it's time to
use it in other docs.

Signed-off-by: Alex Shi <alex.shi@...ux.alibaba.com>
Cc: Harry Wei <harryxiyou@...il.com>
Cc: Jonathan Corbet <corbet@....net>
Cc: Federico Vaga <federico.vaga@...a.pv.it>
Cc: SeongJae Park <sj38.park@...il.com>
Cc: James Morris <james.morris@...rosoft.com>
Cc: Mauro Carvalho Chehab <mchehab+samsung@...nel.org>
Cc: linux-doc@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
---
 .../translations/zh_CN/process/5.Posting.rst          | 11 ++++++-----
 .../translations/zh_CN/process/8.Conclusion.rst       |  6 +++---
 Documentation/translations/zh_CN/process/howto.rst    |  4 ++--
 .../zh_CN/process/stable-kernel-rules.rst             |  2 +-
 .../translations/zh_CN/process/submit-checklist.rst   |  2 +-
 .../translations/zh_CN/process/submitting-drivers.rst |  2 +-
 6 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/Documentation/translations/zh_CN/process/5.Posting.rst b/Documentation/translations/zh_CN/process/5.Posting.rst
index 425b805c85a1..66b33fe58f3d 100644
--- a/Documentation/translations/zh_CN/process/5.Posting.rst
+++ b/Documentation/translations/zh_CN/process/5.Posting.rst
@@ -12,7 +12,7 @@
 内核开发社区已经发展出一套用于发布补丁的约定和过程;遵循这些约定和过程将使
 参与其中的每个人的生活更加轻松。本文件将试图合理详细地涵盖这些期望;更多信息
 也可在以下文件中找到
-:ref:`Documentation/process/submitting-patches.rst <submittingpatches>`,
+:ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`,
 :ref:`Documentation/process/submitting-drivers.rst  <submittingdrivers>`
 和 :ref:`Documentation/process/submit-checklist.rst <submitchecklist>`.
 
@@ -145,7 +145,7 @@ bug搜寻人员想知道补丁是否负责他们正在追查的问题,想知
 其传递给diff。
 
 上面提到的标签用于描述各种开发人员如何与这个补丁的开发相关联。
-:ref:`documentation/process/submitting-patches.rst <submittingpatches>`
+:ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
 文档中对它们进行了详细描述;下面是一个简短的总结。每一行的格式如下:
 
 ::
@@ -155,7 +155,8 @@ bug搜寻人员想知道补丁是否负责他们正在追查的问题,想知
 常用的标签有:
 
  - Signed-off-by: 这是一个开发人员的证明,他或她有权提交补丁以包含到内核中。
-   这是开发来源认证协议,其全文可在:ref:`documentation/process/submitting-patches.rst <submittingpatches>`
+   这是开发来源认证协议,其全文可在
+   :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
    中找到,如果没有适当的签字,则不能合并到主线中。
 
  - Co-developed-by: 声明补丁也是由另一个开发人员和原始作者一起创建的。当多
@@ -167,7 +168,7 @@ bug搜寻人员想知道补丁是否负责他们正在追查的问题,想知
  - Tested-by: 声明指定的人已经测试了补丁并发现它可以工作。
 
  - Reviewed-by: 指定的开发人员已经审查了补丁的正确性;有关详细信息,请参阅
-   :ref:`documentation/process/submitting-patches.rst <submittingpatches>`
+   :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
 
  - Reported-by: 指定报告此修补程序修复的问题的用户;此标记用于提供感谢。
 
@@ -209,7 +210,7 @@ bug搜寻人员想知道补丁是否负责他们正在追查的问题,想知
  - 将副本发送到相关邮件列表,或者,如果没有其他应用,则发送到Linux内核列表。
 
  - 如果您正在修复一个bug,请考虑该修复是否应进入下一个稳定更新。如果是这样,
-   stable@...r.kernel.org应该得到补丁的副本。另外,在补丁本身的标签中添加
+   stable@...r.kernel.org 应该得到补丁的副本。另外,在补丁本身的标签中添加
    一个“cc:stable@...r.kernel.org”;这将使稳定团队在修复进入主线时收到通知。
 
 当为一个补丁选择接收者时,最好知道你认为谁最终会接受这个补丁并将其合并。虽然
diff --git a/Documentation/translations/zh_CN/process/8.Conclusion.rst b/Documentation/translations/zh_CN/process/8.Conclusion.rst
index c164edc34687..2bbd76161e10 100644
--- a/Documentation/translations/zh_CN/process/8.Conclusion.rst
+++ b/Documentation/translations/zh_CN/process/8.Conclusion.rst
@@ -11,13 +11,13 @@
 关于Linux内核开发和相关主题的信息来源很多。首先是在内核源代码分发中找到的
 文档目录。顶级 :ref:`Documentation/translations/zh_CN/process/howto.rst <cn_process_howto>`
 文件是一个重要的起点
-:ref:`process/submitting-patches.rst <submittingpatches>`
-和:ref:`process/submitting-drivers.rst <submittingdrivers>`
+:ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
+和 :ref:`process/submitting-drivers.rst <submittingdrivers>`
 也是所有内核开发人员都应该阅读的内容。许多内部内核API都是使用kerneldoc机制
 记录的;“make htmldocs”或“make pdfdocs”可用于以HTML或PDF格式生成这些文档(
 尽管某些发行版提供的tex版本会遇到内部限制,无法正确处理文档)。
 
-不同的网站在各个细节层次上讨论内核开发。您的作者想谦虚地建议用http://lwn.net/
+不同的网站在各个细节层次上讨论内核开发。您的作者想谦虚地建议用 http://lwn.net/
 作为来源;有关许多特定内核主题的信息可以通过以下网址的lwn内核索引找到:
 
         http://lwn.net/kernel/index/
diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documentation/translations/zh_CN/process/howto.rst
index c876c3ad7f4b..83429c9cbcf4 100644
--- a/Documentation/translations/zh_CN/process/howto.rst
+++ b/Documentation/translations/zh_CN/process/howto.rst
@@ -95,7 +95,7 @@ Linux内核代码中包含有大量的文档。这些文档对于学习如何与
     范。大多数维护者只会接收符合规定的补丁,很多人也只会帮忙检查符合风格
     的代码。
 
-  :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`
+  :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
   :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>`
 
     这两份文档明确描述如何创建和发送补丁,其中包括(但不仅限于):
@@ -328,7 +328,7 @@ MAINTAINERS文件中可以找到不同话题对应的邮件列表。
 这几行。将你的评论加在被引用的段落之间而不要放在邮件的顶部。
 
 如果你在邮件中附带补丁,请确认它们是可以直接阅读的纯文本(如
-:ref:`Documentation/process/submitting-patches.rst <submittingpatches>`
+:ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
 文档中所述)。内核开发者们不希望遇到附件或者被压缩了的补丁。只有这样才能
 保证他们可以直接评论你的每行代码。请确保你使用的邮件发送程序不会修改空格
 和制表符。一个防范性的测试方法是先将邮件发送给自己,然后自己尝试是否可以
diff --git a/Documentation/translations/zh_CN/process/stable-kernel-rules.rst b/Documentation/translations/zh_CN/process/stable-kernel-rules.rst
index fb048c42ae48..fba361f2ddfd 100644
--- a/Documentation/translations/zh_CN/process/stable-kernel-rules.rst
+++ b/Documentation/translations/zh_CN/process/stable-kernel-rules.rst
@@ -33,7 +33,7 @@
   - 没有“理论上的竞争条件”,除非能给出竞争条件如何被利用的解释。
   - 不能存在任何的“琐碎的”修正(拼写修正,去掉多余空格之类的)。
   - 必须被相关子系统的维护者接受。
-  - 必须遵循Documentation/process/submitting-patches.rst里的规则。
+  - 必须遵循Documentation/translations/zh_CN/process/submitting-patches.rst里的规则。
 
 向稳定版代码树提交补丁的过程:
 ------------------------------
diff --git a/Documentation/translations/zh_CN/process/submit-checklist.rst b/Documentation/translations/zh_CN/process/submit-checklist.rst
index 9ee1cb4cdab6..c931273e1487 100644
--- a/Documentation/translations/zh_CN/process/submit-checklist.rst
+++ b/Documentation/translations/zh_CN/process/submit-checklist.rst
@@ -12,7 +12,7 @@ Linux内核补丁提交清单
 的事情。
 
 这些都是在
-:ref:`Documentation/process/submitting-patches.rst <submittingpatches>`
+:ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
 和其他有关提交Linux内核补丁的文档中提供的。
 
 1) 如果使用工具,则包括定义/声明该工具的文件。不要依赖于其他头文件拉入您使用
diff --git a/Documentation/translations/zh_CN/process/submitting-drivers.rst b/Documentation/translations/zh_CN/process/submitting-drivers.rst
index 3be51d998c80..72c6cd935821 100644
--- a/Documentation/translations/zh_CN/process/submitting-drivers.rst
+++ b/Documentation/translations/zh_CN/process/submitting-drivers.rst
@@ -22,7 +22,7 @@
 兴趣的是显卡驱动程序,你也许应该访问 XFree86 项目(http://www.xfree86.org/)
 和/或 X.org 项目 (http://x.org)。
 
-另请参阅 Documentation/process/submitting-patches.rst 文档。
+另请参阅 Documentation/Documentation/translations/zh_CN/process/submitting-patches.rst 文档。
 
 
 分配设备号
-- 
2.19.1.856.g8858448bb

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ