diff options
author | Wu XiangCheng <bobwxc@email.cn> | 2022-08-19 09:09:42 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-08-25 12:57:33 -0600 |
commit | c0d8f1f4601572d035da6a7ccb2cdf1ab2d9b98f (patch) | |
tree | 12919b1e89a3faef1741532a05d2062310c491e5 | |
parent | fdb34b18b959df5851dfd6f5ccee6dcb34c2b793 (diff) | |
download | lwn-c0d8f1f4601572d035da6a7ccb2cdf1ab2d9b98f.tar.gz lwn-c0d8f1f4601572d035da6a7ccb2cdf1ab2d9b98f.zip |
docs/zh_CN: Fix two missing labels in zh_CN/process
* Add back still referenced labels in submitting-patches.rst and
email-clients.rst.
* Fix a typo.
Fixes: fdb34b18b959 ("docs/zh_CN: Update zh_CN/process/submitting-patches.rst to 5.19")
Fixes: d7aeaebb920f ("docs/zh_CN: Update zh_CN/process/email-clients.rst to 5.19")
Signed-off-by: Wu XiangCheng <bobwxc@email.cn>
Link: https://lore.kernel.org/r/Yv7i1tYMvK9J/NHj@bobwxc.mipc
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/translations/zh_CN/process/email-clients.rst | 2 | ||||
-rw-r--r-- | Documentation/translations/zh_CN/process/submitting-patches.rst | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/process/email-clients.rst b/Documentation/translations/zh_CN/process/email-clients.rst index fa113f071855..34d51cdadc7b 100644 --- a/Documentation/translations/zh_CN/process/email-clients.rst +++ b/Documentation/translations/zh_CN/process/email-clients.rst @@ -2,6 +2,8 @@ .. include:: ../disclaimer-zh_CN.rst +.. _cn_email_clients: + :Original: Documentation/process/email-clients.rst :译者: diff --git a/Documentation/translations/zh_CN/process/submitting-patches.rst b/Documentation/translations/zh_CN/process/submitting-patches.rst index 26565abcbd8d..f8978f02057c 100644 --- a/Documentation/translations/zh_CN/process/submitting-patches.rst +++ b/Documentation/translations/zh_CN/process/submitting-patches.rst @@ -2,6 +2,8 @@ .. include:: ../disclaimer-zh_CN.rst +.. _cn_submittingpatches: + :Original: Documentation/process/submitting-patches.rst :译者: @@ -100,7 +102,7 @@ xyzzy do frotz”或“[I]changed xyzzy to do frotz”,就好像你在命令 你的补丁修复了一个缺陷,需要添加一个带有URL的标签指向邮件列表存档或缺陷跟踪器 的相关报告;如果该补丁是由一些早先邮件列表讨论或网络上的记录引起的,请指向它。 -当链接到邮件列表存档是,请首选lore.kernel.org邮件存档服务。用邮件中的 +当链接到邮件列表存档时,请首选lore.kernel.org邮件存档服务。用邮件中的 ``Message-ID`` 头(去掉尖括号)可以创建链接URL。例如:: Link: https://lore.kernel.org/r/30th.anniversary.repost@klaava.Helsinki.FI/ |