diff options
author | 2021-03-23 17:16:52 +0800 | |
---|---|---|
committer | 2021-03-25 11:45:54 -0600 | |
commit | 3501c960dfda9153c7d3d26921f14bcb107ccb73 (patch) | |
tree | 23ced6f3adb50dc6cb45cda3ba73bd1f8e16c56b /Documentation/translations/zh_CN/kernel-hacking/index.rst | |
parent | docs/kokr: make sections on bug reporting match practice (diff) | |
download | linux-dev-3501c960dfda9153c7d3d26921f14bcb107ccb73.tar.xz linux-dev-3501c960dfda9153c7d3d26921f14bcb107ccb73.zip |
docs/zh_CN: Add translations in zh_CN/kernel-hacking/
Add new translations
* Documentation/translations/zh_CN/kernel-hacking/index.rst
* Documentation/translations/zh_CN/kernel-hacking/hacking.rst
And link them to zh_CN/index.rst.
Signed-off-by: Wu XiangCheng <bobwxc@email.cn>
Reviewed-by: Alex Shi <alex.shi@linux.alibaba.com>
Link: https://lore.kernel.org/r/20210323091651.GA23904@mipc
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r-- | Documentation/translations/zh_CN/kernel-hacking/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/translations/zh_CN/kernel-hacking/index.rst b/Documentation/translations/zh_CN/kernel-hacking/index.rst new file mode 100644 index 000000000000..df530de2278d --- /dev/null +++ b/Documentation/translations/zh_CN/kernel-hacking/index.rst @@ -0,0 +1,22 @@ +.. _kernel_hacking_zh: + +.. include:: ../disclaimer-zh_CN.rst + +:Original: Documentation/kernel-hacking/index.rst + +:译者: + + 吴想成 Wu XiangCheng <bobwxc@email.cn> + +============= +内核骇客指南 +============= + +.. toctree:: + :maxdepth: 2 + + hacking + +TODO + +- locking |