From d06f1739f2cea1b8a4597d7c5cbb0cba566bd9a0 Mon Sep 17 00:00:00 2001 From: fanqinyuan Date: Fri, 18 Apr 2025 01:58:17 +0000 Subject: [PATCH] =?UTF-8?q?=E6=98=93=E7=94=A8=E6=80=A7:=E2=80=9C=E5=8F=8D?= =?UTF-8?q?=E6=BF=80=E6=B4=BB=E2=80=9D=E5=BB=BA=E8=AE=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E4=B8=93=E4=B8=9A=E7=94=A8=E8=AF=AD=E2=80=9C=E5=8E=BB=E6=BF=80?= =?UTF-8?q?=E6=B4=BB=E2=80=9D=EF=BC=8C=E4=B8=94=E4=B8=8E=E4=B8=8B=E6=96=87?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fanqinyuan --- docs/zh/docs/KernelLiveUpgrade/KernelLiveUpgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/docs/KernelLiveUpgrade/KernelLiveUpgrade.md b/docs/zh/docs/KernelLiveUpgrade/KernelLiveUpgrade.md index d82b48ce0..f183e0693 100644 --- a/docs/zh/docs/KernelLiveUpgrade/KernelLiveUpgrade.md +++ b/docs/zh/docs/KernelLiveUpgrade/KernelLiveUpgrade.md @@ -1,6 +1,6 @@ # 内核热升级用户指南 -本文档介绍openEuler系统内核热升级特性的安装部署和使用方法,openEuler的内核热替换特性通过快速重启内核和程序热迁移实现,我们提供了一个用户态工具以自动化这一过程。 +本文档介绍openEuler系统内核热升级特性的安装部署和使用方法,openEuler的内核热升级特性通过快速重启内核和程序热迁移实现,我们提供了一个用户态工具以自动化这一过程。 本文档适用于使用openEuler系统并希望了解和使用内核热升级的社区开发者、开源爱好者以及相关合作伙伴。使用人员需要具备基础的Linux操作系统知识。 -- Gitee