From 559215b6540037d61e7a6f511ed75742f3b74f86 Mon Sep 17 00:00:00 2001 From: docxjq <397888779@qq.com> Date: Sat, 9 May 2020 17:10:20 +0800 Subject: [PATCH] Modify format. --- content/en/docs/Administration/basic-configuration.md | 6 +++--- .../\345\237\272\347\241\200\351\205\215\347\275\256.md" | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/Administration/basic-configuration.md b/content/en/docs/Administration/basic-configuration.md index cd0d5a204..606c1e504 100644 --- a/content/en/docs/Administration/basic-configuration.md +++ b/content/en/docs/Administration/basic-configuration.md @@ -67,9 +67,9 @@ For example, if you want to use Simplified Chinese as the locale, run the follow >![](public_sys-resources/icon-note.gif) **NOTE:** >After the modification, log in again or run the following command to update the configuration file for the modification to take effect: ->``` ->source /etc/locale.conf ->``` +``` +source /etc/locale.conf +``` ## Setting the Keyboard Layout diff --git "a/content/zh/docs/Administration/\345\237\272\347\241\200\351\205\215\347\275\256.md" "b/content/zh/docs/Administration/\345\237\272\347\241\200\351\205\215\347\275\256.md" index 944af118a..e453d4f45 100644 --- "a/content/zh/docs/Administration/\345\237\272\347\241\200\351\205\215\347\275\256.md" +++ "b/content/zh/docs/Administration/\345\237\272\347\241\200\351\205\215\347\275\256.md" @@ -70,9 +70,9 @@ localectl set-locale LANG=locale >![](public_sys-resources/icon-note.gif) **说明:** >修改后需要重新登录或者执行如下命令刷新配置文件,使修改生效。 ->``` ->source /etc/locale.conf ->``` +``` +source /etc/locale.conf +``` ## 设置键盘 -- Gitee