2022-10-11 06:07:20

by Wu XiangCheng

[permalink] [raw]
Subject: [PATCH v2 4/4] docs/zh_CN: add a man-pages link to zh_CN/index.rst

From: Wu XiangCheng <[email protected]>

update to commit 489876063fb1 ("docs: add a man-pages link to the front
page")

Signed-off-by: Wu XiangCheng <[email protected]>
---
Documentation/translations/zh_CN/index.rst | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst
index 7be728bed46d..ec99ef5fe990 100644
--- a/Documentation/translations/zh_CN/index.rst
+++ b/Documentation/translations/zh_CN/index.rst
@@ -97,6 +97,8 @@ TODOList:
* 用户空间工具 <tools/index>
* userspace-api/index

+也可参考独立于内核文档的 `Linux 手册页 <https://www.kernel.org/doc/man-pages/>`_
+
固件相关文档
------------

--
2.30.2


--
Wu XiangCheng 0x32684A40BCA7AEA7


2022-10-11 12:36:21

by Yanteng Si

[permalink] [raw]
Subject: Re: [PATCH v2 4/4] docs/zh_CN: add a man-pages link to zh_CN/index.rst


On 10/11/22 14:03, Wu XiangCheng wrote:
> From: Wu XiangCheng <[email protected]>
>
> update to commit 489876063fb1 ("docs: add a man-pages link to the front
> page")
>
> Signed-off-by: Wu XiangCheng <[email protected]>
Reviewed-by: Yanteng Si <[email protected]>
> ---
> Documentation/translations/zh_CN/index.rst | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst
> index 7be728bed46d..ec99ef5fe990 100644
> --- a/Documentation/translations/zh_CN/index.rst
> +++ b/Documentation/translations/zh_CN/index.rst
> @@ -97,6 +97,8 @@ TODOList:
> * 用户空间工具 <tools/index>
> * userspace-api/index
>
> +也可参考独立于内核文档的 `Linux 手册页 <https://www.kernel.org/doc/man-pages/>`_
> +
> 固件相关文档
> ------------
>