From 9ad437d1d194e1b2273769fa1c91f1f6c8b22c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E4=B8=80?= Date: Thu, 21 Sep 2017 17:52:36 +0800 Subject: [PATCH 1/2] change translation status of 15.1 in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a14c740..17cc640 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ |└ [14.1](https://github.com/MintCN/linux-insides-zh/tree/master/KernelStructures/idt.md)|[@woodpenker](https://github.com/woodpenker)|更新至[4521637d](https://github.com/0xAX/linux-insides/commit/4521637d9cb76e5d4e4dc951758b264a68504927)| | 15. [Cgroups](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups)||正在进行| |├ [15.0](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[e811ca4f](https://github.com/0xAX/linux-insides/commit/90f50c2ac5a197da044e5091c631dd43e811ca4f)| -|└ [15.1](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups/cgroups1.md)|[@tjm-1990](https://github.com/tjm-1990)|已完成| +|└ [15.1](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups/cgroups1.md)|[@tjm-1990](https://github.com/tjm-1990)|更新至[4f16103d](https://github.com/0xAX/linux-insides/commit/4f16103d446f8877bd140f5dbcb795f225c4c43b#diff-e4cbe6fa81b073d48019317d35264f5c)| ## 翻译认领规则 From d0df3329e46b7558575ea8561eff0a1bb1f01a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E4=B8=80?= Date: Sun, 24 Sep 2017 14:28:14 +0800 Subject: [PATCH 2/2] Fix Wikipedia links containing (). --- Cgroups/cgroups1.md | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cgroups/cgroups1.md b/Cgroups/cgroups1.md index 6bdf02c..ef29066 100644 --- a/Cgroups/cgroups1.md +++ b/Cgroups/cgroups1.md @@ -19,7 +19,7 @@ * `freezer` - 允许 `cgroup` 中的一组任务挂起/恢复; * `net_cls` - 允许对 `cgroup` 中的任务产生的网络数据包进行标记; * `net_prio` - 针对 `cgroup` 中的每个网络接口提供一种动态修改网络流量优先级的方法; -* `perf_event` - 支持访问 `cgroup` 中的[性能事件](https://en.wikipedia.org/wiki/Perf_(Linux)); +* `perf_event` - 支持访问 `cgroup` 中的[性能事件](https://en.wikipedia.org/wiki/Perf_%28Linux%29); * `hugetlb` - 为 `cgroup` 开启对[大页内存](https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt)的支持; * `pid` - 限制 `cgroup` 中的进程数量。 @@ -174,7 +174,7 @@ print line ./cgroup_test_script.sh: line 5: /dev/tty: Operation not permitted ``` -在你运行 [docker](https://en.wikipedia.org/wiki/Docker_(software)) 容器的时候也会出现类似的情况: +在你运行 [docker](https://en.wikipedia.org/wiki/Docker_%28software%29) 容器的时候也会出现类似的情况: ``` ~$ docker ps @@ -443,6 +443,6 @@ struct cgroup_subsys cpuset_cgrp_subsys = { * [cgroups kernel documentation](https://www.kernel.org/doc/Documentation/cgroup-v1/cgroups.txt) * [cgroups v2](https://www.kernel.org/doc/Documentation/cgroup-v2.txt) * [bash](https://www.gnu.org/software/bash/) -* [docker](https://en.wikipedia.org/wiki/Docker_(software)) -* [perf events](https://en.wikipedia.org/wiki/Perf_(Linux)) +* [docker](https://en.wikipedia.org/wiki/Docker_%28software%29) +* [perf events](https://en.wikipedia.org/wiki/Perf_%28Linux%29) * [Previous chapter](https://0xax.gitbooks.io/linux-insides/content/MM/linux-mm-1.html) diff --git a/README.md b/README.md index 17cc640..719de53 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ |└ [14.1](https://github.com/MintCN/linux-insides-zh/tree/master/KernelStructures/idt.md)|[@woodpenker](https://github.com/woodpenker)|更新至[4521637d](https://github.com/0xAX/linux-insides/commit/4521637d9cb76e5d4e4dc951758b264a68504927)| | 15. [Cgroups](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups)||正在进行| |├ [15.0](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[e811ca4f](https://github.com/0xAX/linux-insides/commit/90f50c2ac5a197da044e5091c631dd43e811ca4f)| -|└ [15.1](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups/cgroups1.md)|[@tjm-1990](https://github.com/tjm-1990)|更新至[4f16103d](https://github.com/0xAX/linux-insides/commit/4f16103d446f8877bd140f5dbcb795f225c4c43b#diff-e4cbe6fa81b073d48019317d35264f5c)| +|└ [15.1](https://github.com/MintCN/linux-insides-zh/tree/master/Cgroups/cgroups1.md)|[@tjm-1990](https://github.com/tjm-1990)|更新至[b420e581](https://github.com/0xAX/linux-insides/commit/b420e581fe3cfee64d9c65103740d4fd98127b6f)| ## 翻译认领规则