From 65f501c8a751139d5c1aadbca02bbe04f469135b Mon Sep 17 00:00:00 2001 From: Dongliang Mu Date: Wed, 14 Mar 2018 16:07:45 -0400 Subject: [PATCH] fix filenames due to filename convention --- README.md | 14 +++++++------- Timers/{timers-1.md => linux-timers-1.md} | 0 Timers/{timers-2.md => linux-timers-2.md} | 0 Timers/{timers-3.md => linux-timers-3.md} | 0 Timers/{timers-4.md => linux-timers-4.md} | 0 Timers/{timers-5.md => linux-timers-5.md} | 0 Timers/{timers-6.md => linux-timers-6.md} | 0 Timers/{timers-7.md => linux-timers-7.md} | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename Timers/{timers-1.md => linux-timers-1.md} (100%) rename Timers/{timers-2.md => linux-timers-2.md} (100%) rename Timers/{timers-3.md => linux-timers-3.md} (100%) rename Timers/{timers-4.md => linux-timers-4.md} (100%) rename Timers/{timers-5.md => linux-timers-5.md} (100%) rename Timers/{timers-6.md => linux-timers-6.md} (100%) rename Timers/{timers-7.md => linux-timers-7.md} (100%) diff --git a/README.md b/README.md index 1dc66e7d..24c301f6 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,13 @@ |└ [4.6](https://github.com/MintCN/linux-insides-zh/blob/master/SysCall/linux-syscall-6.md)|[@BMEI1314](https://github.com/BMEI1314)|正在进行| | 5. [Timers and time management](https://github.com/MintCN/linux-insides-zh/tree/master/Timers)||正在进行| |├ [5.0](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[2a742fd4](https://github.com/0xAX/linux-insides/commit/2a742fd485df0260efce2078e7162c0de668e98b)| -|├ [5.1](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/timers-1.md)|[@luoxiaobing](https://github.com/luoxiaobing)|正在进行| -|├ [5.2](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/timers-2.md)|[@jekfish](https://github.com/jekfish)|正在进行| -|├ [5.3](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/timers-3.md)||未开始| -|├ [5.4](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/timers-4.md)||未开始| -|├ [5.5](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/timers-5.md)||未开始| -|├ [5.6](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/timers-6.md)||未开始| -|└ [5.7](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/timers-7.md)||未开始| +|├ [5.1](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/linux-timers-1.md)|[@luoxiaobing](https://github.com/luoxiaobing)|正在进行| +|├ [5.2](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/linux-timers-2.md)|[@jekfish](https://github.com/jekfish)|正在进行| +|├ [5.3](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/linux-timers-3.md)||未开始| +|├ [5.4](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/linux-timers-4.md)||未开始| +|├ [5.5](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/linux-timers-5.md)||未开始| +|├ [5.6](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/linux-timers-6.md)||未开始| +|└ [5.7](https://github.com/MintCN/linux-insides-zh/blob/master/Timers/linux-timers-7.md)||未开始| | 6. [Synchronization primitives](https://github.com/MintCN/linux-insides-zh/tree/master/SyncPrim)||正在进行| |├ [6.0](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[6f85b63e](https://github.com/0xAX/linux-insides/commit/6f85b63e347b636e08e965e9dc22c177e972afe2)| |├ [6.1](https://github.com/MintCN/linux-insides-zh/blob/master/SyncPrim/linux-sync-1.md)|[@keltoy](https://github.com/keltoy)|已完成| diff --git a/Timers/timers-1.md b/Timers/linux-timers-1.md similarity index 100% rename from Timers/timers-1.md rename to Timers/linux-timers-1.md diff --git a/Timers/timers-2.md b/Timers/linux-timers-2.md similarity index 100% rename from Timers/timers-2.md rename to Timers/linux-timers-2.md diff --git a/Timers/timers-3.md b/Timers/linux-timers-3.md similarity index 100% rename from Timers/timers-3.md rename to Timers/linux-timers-3.md diff --git a/Timers/timers-4.md b/Timers/linux-timers-4.md similarity index 100% rename from Timers/timers-4.md rename to Timers/linux-timers-4.md diff --git a/Timers/timers-5.md b/Timers/linux-timers-5.md similarity index 100% rename from Timers/timers-5.md rename to Timers/linux-timers-5.md diff --git a/Timers/timers-6.md b/Timers/linux-timers-6.md similarity index 100% rename from Timers/timers-6.md rename to Timers/linux-timers-6.md diff --git a/Timers/timers-7.md b/Timers/linux-timers-7.md similarity index 100% rename from Timers/timers-7.md rename to Timers/linux-timers-7.md