git: 9a387f2644 - main - handbook/kernelconfig: Fix grammar typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Mar 2026 14:45:43 UTC
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]
====