From 39828037274fa38b854c6ed580a0c6f91161327e Mon Sep 17 00:00:00 2001 From: lilin90 Date: Mon, 30 Jul 2018 15:46:14 +0800 Subject: [PATCH] op-guide: fix display of a code block in note --- op-guide/ansible-deployment.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/op-guide/ansible-deployment.md b/op-guide/ansible-deployment.md index d49d5996790e3..d826944fed026 100644 --- a/op-guide/ansible-deployment.md +++ b/op-guide/ansible-deployment.md @@ -228,13 +228,13 @@ 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 -> ``` +> **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 +> ``` ### Check the current governor mode