Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2026 14:45:43 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Cc:        Youssef Dietel <youssefdietel@gmail.com>
Subject:   git: 9a387f2644 - main - handbook/kernelconfig: Fix grammar typo
Message-ID:  <69b18017.38a09.27cbce4b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ziaee:

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

commit 9a387f2644b0ac3be3daefe4c7d9d8f4c949a1a8
Author:     Youssef Dietel <youssefdietel@gmail.com>
AuthorDate: 2026-02-27 21:25:28 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-03-11 14:44:02 +0000

    handbook/kernelconfig: Fix grammar typo
    
    Reviewed by:    ziaee
    Signed-off-by:  Youssef Dietel <youssefdietel@gmail.com>
    Closes:         https://github.com/freebsd/freebsd-doc/pull/616
---
 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 aa8e845f14..7f028f7a08 100644
--- a/documentation/content/en/books/handbook/kernelconfig/_index.adoc
+++ b/documentation/content/en/books/handbook/kernelconfig/_index.adoc
@@ -204,7 +204,7 @@ The format of the kernel configuration file is simple.
 Each line contains a keyword that represents a device or subsystem, an argument, and a brief description.
 Any text after a `+#+` is considered a comment and ignored.
 To remove kernel support for a device or subsystem, put a `+#+` at the beginning of the line representing that device or subsystem.
-Do not add or remove a `+#+` for any line that is not understand.
+Refrain from adding or removing a `+#+` for any line you do not fully understand.
 
 [WARNING]
 ====


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b18017.38a09.27cbce4b>