diff options
author | Viacheslav Chimishuk <vchimishuk@yandex.ru> | 2024-01-16 21:56:02 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2024-01-17 23:57:24 +0000 |
commit | e5b8350be5be3731b5cdc3970f4362be71fa38a9 (patch) | |
tree | 0049f20ea4c05a5998878b7e45beb0086c954a08 | |
parent | 27989883faf7f51b7b86599533da9ec3e77cf5f8 (diff) |
handbook/config: Fix cpufreq man link
Reviewed by: Mina Galić <freebsd@igalic.co>, dbaio
Pull Request: https://github.com/freebsd/freebsd-doc/pull/330
-rw-r--r-- | documentation/content/en/books/handbook/config/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/config/_index.adoc b/documentation/content/en/books/handbook/config/_index.adoc index 3b49877eee..c9ce62d599 100644 --- a/documentation/content/en/books/handbook/config/_index.adoc +++ b/documentation/content/en/books/handbook/config/_index.adoc @@ -1252,7 +1252,7 @@ In this example the brightness is decreased by 10%: CPU is the most consuming part of the system. Knowing how to improve CPU efficiency is a fundamental part of our system in order to save energy. -In order to make proper use of the machine's resources in a correct way, FreeBSD supports technologies such as Intel Turbo Boost, AMD Turbo Core, Intel Speed Shift among others through the use of man:powerd[8] and cpufreq[4]. +In order to make proper use of the machine's resources in a correct way, FreeBSD supports technologies such as Intel Turbo Boost, AMD Turbo Core, Intel Speed Shift among others through the use of man:powerd[8] and man:cpufreq[4]. The first step will be to obtain the CPU information by executing the following command: |