diff options
author | Rui Li <me@lirui.org> | 2022-10-19 16:30:21 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-10-28 21:28:01 +0300 |
commit | 970072d3bf0097f700b975f3717ac9d2fabaefe2 (patch) | |
tree | 230d407590e4bbd69e39da2880613d9a3acd9310 /Documentation/translations/zh_CN/userspace-api | |
parent | aadc0cd52fa045b05a2e0a70254e02ae2a3fe1da (diff) | |
download | linux-970072d3bf0097f700b975f3717ac9d2fabaefe2.tar.xz |
docs/zh_CN: Add userspace-api/index Chinese translation
Translate userspace-api/index.rst into Chinese, add it into
zh_CN/index.rst.
Signed-off-by: Rui Li <me@lirui.org>
Reviewed-by: Yanteng Si <siyanteng@loongson.cn>
Link: https://lore.kernel.org/r/76b86e687034d5347e1e49c4acfc28e9c45abe47.1666185911.git.me@lirui.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/zh_CN/userspace-api')
-rw-r--r-- | Documentation/translations/zh_CN/userspace-api/index.rst | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Documentation/translations/zh_CN/userspace-api/index.rst b/Documentation/translations/zh_CN/userspace-api/index.rst new file mode 100644 index 000000000000..3b834fe7e33b --- /dev/null +++ b/Documentation/translations/zh_CN/userspace-api/index.rst @@ -0,0 +1,46 @@ +.. SPDX-License-Identifier: GPL-2.0 +.. include:: ../disclaimer-zh_CN.rst + +:Original: Documentation/userspace-api/index.rst + +:翻译: + + 李睿 Rui Li <me@lirui.org> + +========================= +Linux 内核用户空间API指南 +========================= + +.. _man-pages: https://www.kernel.org/doc/man-pages/ + +尽管许多用户空间API的文档被记录在别处(特别是在 man-pages_ 项目中), +在代码树中仍然可以找到有关用户空间的部分信息。这个手册意在成为这些信息 +聚集的地方。 + +.. class:: toc-title + + 目录 + +TODOList: + +* no_new_privs +* seccomp_filter +* landlock +* unshare +* spec_ctrl +* accelerators/ocxl +* ebpf/index +* ioctl/index +* iommu +* media/index +* netlink/index +* sysfs-platform_profile +* vduse +* futex2 + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |