git: 45ce0b2eee - main - handbook: soften language around necessity of custom kernel configs

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Fri, 11 Oct 2024 12:39:59 UTC
The branch main has been updated by emaste:

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

commit 45ce0b2eee0add5dc76c360bfee8e374b67f1f72
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-10-03 01:49:37 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-11 12:39:29 +0000

    handbook: soften language around necessity of custom kernel configs
    
    Commit b6ecd1fc99bf added a warning about the possibility of build- or
    run-time failures when using a custom kernel config.
    
    A custom kernel config is generally not _necessary_, but there are
    reasons users may choose to use a custom config.  Reflect this in the
    introductory text.
---
 documentation/content/en/books/handbook/kernelconfig/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/kernelconfig/_index.adoc b/documentation/content/en/books/handbook/kernelconfig/_index.adoc
index a763eb0b4e..062e9f59ca 100644
--- a/documentation/content/en/books/handbook/kernelconfig/_index.adoc
+++ b/documentation/content/en/books/handbook/kernelconfig/_index.adoc
@@ -53,7 +53,7 @@ endif::[]
 
 The kernel is the core of the FreeBSD operating system.
 It is responsible for managing memory, enforcing security controls, networking, disk access, and much more.
-While much of FreeBSD is dynamically configurable, it is still occasionally necessary to configure and compile a custom kernel.
+While much of FreeBSD is dynamically configurable, some users may wish to configure and compile a custom kernel.
 
 After reading this chapter, you will know: