git: e5b8350be5 - main - handbook/config: Fix cpufreq man link

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Thu, 18 Jan 2024 00:01:00 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=e5b8350be5be3731b5cdc3970f4362be71fa38a9

commit e5b8350be5be3731b5cdc3970f4362be71fa38a9
Author:     Viacheslav Chimishuk <vchimishuk@yandex.ru>
AuthorDate: 2024-01-16 21:56:02 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-01-17 23:57:24 +0000

    handbook/config: Fix cpufreq man link
    
    Reviewed by:    Mina Galić <freebsd@igalic.co>, dbaio
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/330
---
 documentation/content/en/books/handbook/config/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: