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