From 4b0cd6f4d6305a2f28cf4b8f944c9437998887e2 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 2 Jan 2025 01:37:38 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/docs/Administration/=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=BD=91=E7=BB=9C.md.=20=E5=BA=94=E8=AF=A5=E6=98=AF?= =?UTF-8?q?=E2=80=9C=E6=88=96=E2=80=9D=20=E2=80=9C-=E2=80=9D=E5=92=8C?= =?UTF-8?q?=E2=80=9C.=E2=80=9D=E4=B8=8D=E8=83=BD=E5=90=8C=E6=97=B6?= =?UTF-8?q?=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zzz --- .../\351\205\215\347\275\256\347\275\221\347\273\234.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/zh/docs/Administration/\351\205\215\347\275\256\347\275\221\347\273\234.md" "b/docs/zh/docs/Administration/\351\205\215\347\275\256\347\275\221\347\273\234.md" index 1f3b993d7..b94c0488e 100644 --- "a/docs/zh/docs/Administration/\351\205\215\347\275\256\347\275\221\347\273\234.md" +++ "b/docs/zh/docs/Administration/\351\205\215\347\275\256\347\275\221\347\273\234.md" @@ -525,7 +525,7 @@ hostname有三种类型:static、transient和pretty。 - pretty:灵活主机名,允许使用自由形式(包括特殊/空白字符)进行设置。静态/动态主机名遵从域名的通用限制。 >![](./public_sys-resources/icon-note.gif) **说明:** ->static和transient主机名只能包含a-z、A-Z、0-9、“-”、“\_”和“.”,不能在开头或结尾处使用句点,不允许使用两个相连的句点,大小限制为 64 个字符。 +>static和transient主机名只能包含a-z、A-Z、0-9、“-”、“\_”或“.”,不能在开头或结尾处使用句点,不允许使用两个相连的句点,大小限制为 64 个字符。 ### 使用hostnamectl配置主机名 -- Gitee