From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
"Jonathan Corbet" <corbet@lwn.net>,
"Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
Alex Gaynor <alex.gaynor@gmail.com>, Alex Shi <alexs@kernel.org>,
Miguel Ojeda <ojeda@kernel.org>,
Wedson Almeida Filho <wedsonaf@google.com>,
Wu XiangCheng <bobwxc@email.cn>,
Yanteng Si <siyanteng@loongson.cn>,
linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org
Subject: [PATCH v2 06/20] docs: zh_CN: fix a broken reference
Date: Sun, 26 Jun 2022 10:10:52 +0100 [thread overview]
Message-ID: <94fe771609d32583fee41f47fe29433cbce5b04e.1656234456.git.mchehab@kernel.org> (raw)
In-Reply-To: <cover.1656234456.git.mchehab@kernel.org>
The location of the rust doc is wrong (probably a typo). Fix it.
Fixes: 3a5915156429 ("docs/zh_CN: Add translation zh_CN/doc-guide/kernel-doc.rst")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH v2 00/20] at: https://lore.kernel.org/all/cover.1656234456.git.mchehab@kernel.org/
Documentation/translations/zh_CN/doc-guide/kernel-doc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst b/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst
index 82ec84470c0b..ccfb9b8329c2 100644
--- a/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst
+++ b/Documentation/translations/zh_CN/doc-guide/kernel-doc.rst
@@ -14,7 +14,7 @@ Linux内核源文件可以包含kernel-doc格式的结构化文档注释,用
实际有着明显的不同。内核源包含成千上万个kernel-doc注释。请坚持遵循
此处描述的风格。
-.. note:: kernel-doc无法包含Rust代码:请参考 Documentation/rust/docs.rst 。
+.. note:: kernel-doc无法包含Rust代码:请参考 Documentation/rust/general-information.rst 。
从注释中提取kernel-doc结构,并从中生成适当的 `Sphinx C 域`_ 函数和带有锚点的
类型描述。这些注释将被过滤以生成特殊kernel-doc高亮和交叉引用。详见下文。
--
2.36.1
next prev parent reply other threads:[~2022-06-26 9:11 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-26 9:10 [PATCH v2 00/20] Update Documentation/ cross-references Mauro Carvalho Chehab
2022-06-26 9:10 ` [PATCH v2 01/20] docs: netdev: update maintainer-netdev.rst reference Mauro Carvalho Chehab
2022-06-26 9:10 ` [PATCH v2 02/20] docs: filesystems: update netfs-api.rst reference Mauro Carvalho Chehab
2022-06-26 9:10 ` [PATCH v2 03/20] docs: zh_CN: page_frags.rst: fix a broken reference Mauro Carvalho Chehab
2022-06-27 14:52 ` YanTeng Si
2022-06-26 9:10 ` [PATCH v2 04/20] docs: zh_CN/riscv/pmu.rst: remove old docuementation Mauro Carvalho Chehab
2022-06-27 13:07 ` YanTeng Si
2022-06-26 9:10 ` [PATCH v2 05/20] docs: zh_CN/devicetree: fix typos Mauro Carvalho Chehab
2022-06-27 14:52 ` YanTeng Si
2022-06-26 9:10 ` Mauro Carvalho Chehab [this message]
2022-06-26 9:22 ` [PATCH v2 06/20] docs: zh_CN: fix a broken reference Miguel Ojeda
2022-06-26 9:10 ` [PATCH v2 07/20] docs: zh_CN/vm: fix a typo for page reporting ReST file Mauro Carvalho Chehab
2022-06-27 14:54 ` YanTeng Si
2022-06-26 9:10 ` [PATCH v2 08/20] docs: zh_CN/vm/zsmalloc.rst: fix a typo Mauro Carvalho Chehab
2022-06-27 14:55 ` YanTeng Si
2022-06-26 9:10 ` [PATCH v2 09/20] docs: zh_CN/vm/index.rst: fix a broken reference Mauro Carvalho Chehab
2022-06-27 13:14 ` YanTeng Si
2022-06-26 9:10 ` [PATCH v2 10/20] Documentation: update watch_queue.rst references Mauro Carvalho Chehab
2022-06-26 15:49 ` Randy Dunlap
2022-06-26 9:10 ` [PATCH v2 11/20] Documentation: KVM: update s390-pv.rst reference Mauro Carvalho Chehab
2022-06-26 9:10 ` [PATCH v2 12/20] Documentation: KVM: update amd-memory-encryption.rst references Mauro Carvalho Chehab
2022-06-26 9:10 ` [PATCH v2 13/20] Documentation: KVM: update msr.rst reference Mauro Carvalho Chehab
2022-06-26 9:11 ` [PATCH v2 14/20] Documentation: KVM: update s390-diag.rst reference Mauro Carvalho Chehab
2022-06-26 9:11 ` [PATCH v2 15/20] objtool: update objtool.txt references Mauro Carvalho Chehab
2022-06-26 9:11 ` [PATCH v2 16/20] arch: m68k: q40: README: drop references to IDE driver Mauro Carvalho Chehab
2022-06-26 9:14 ` Geert Uytterhoeven
2022-06-26 9:11 ` [PATCH v2 17/20] tegra194-hte.rst: fix reference to its binding Mauro Carvalho Chehab
2022-06-27 17:14 ` Dipen Patel
2022-07-06 21:38 ` Thierry Reding
2022-06-26 9:11 ` [PATCH v2 18/20] dt-bindings: mfd: update dlg,da9063.yaml reference Mauro Carvalho Chehab
2022-06-26 11:10 ` Conor.Dooley
2022-06-30 23:14 ` Rob Herring
2022-06-26 9:11 ` [PATCH v2 19/20] MAINTAINERS: update nvidia,tegra20-host1x.yaml reference Mauro Carvalho Chehab
2022-06-26 9:11 ` [PATCH v2 20/20] MAINTAINERS: fix cross references to mfd/dlg,da9063.yaml Mauro Carvalho Chehab
2022-06-26 11:19 ` Conor.Dooley
2022-07-07 19:12 ` [PATCH v2 00/20] Update Documentation/ cross-references Jonathan Corbet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=94fe771609d32583fee41f47fe29433cbce5b04e.1656234456.git.mchehab@kernel.org \
--to=mchehab@kernel.org \
--cc=alex.gaynor@gmail.com \
--cc=alexs@kernel.org \
--cc=bobwxc@email.cn \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab+huawei@kernel.org \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=siyanteng@loongson.cn \
--cc=wedsonaf@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).