瀏覽代碼

Update examples.md

Håvard O. Nordstrand 5 年之前
父節點
當前提交
100e32ec57
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/linux-general/examples.md

+ 1 - 1
config/linux-general/examples.md

@@ -75,7 +75,7 @@ breadcrumbs:
 
 - Set the CPU frequency scaling governor mode:
     - High performance: `echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor`
-    - Power save: ` echo powersave | ...`
+    - Power save: `echo powersave | ...`
 - Show current core frequencies: `grep "cpu MHz" /proc/cpuinfo | cut -d' ' -f3`
 
 ### Processes and Memory