From 2388c2b087f51becba2b28c1b319bc4c1447cd4b Mon Sep 17 00:00:00 2001 From: lilin90 Date: Mon, 30 Jul 2018 16:03:49 +0800 Subject: [PATCH] op-guide: fix code block display --- op-guide/ansible-deployment.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/op-guide/ansible-deployment.md b/op-guide/ansible-deployment.md index d826944fed026..d7baaa6fd584e 100644 --- a/op-guide/ansible-deployment.md +++ b/op-guide/ansible-deployment.md @@ -229,12 +229,12 @@ analyzing CPU 0: Taking the above code for example, the system supports the `performance` and `powersave` modes. > **Note:** As the following shows, if it returns "Not Available", it means that the current system does not support CPUfreq configuration and you can skip this step. -> -> ``` -> # cpupower frequency-info --governors -> analyzing CPU 0: -> available cpufreq governors: Not Available -> ``` + +``` +# cpupower frequency-info --governors +analyzing CPU 0: + available cpufreq governors: Not Available +``` ### Check the current governor mode