소스 검색

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