aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoussef Dietel <youssefdietel@gmail.com>2026-02-27 21:25:28 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-03-11 14:44:02 +0000
commit9a387f2644b0ac3be3daefe4c7d9d8f4c949a1a8 (patch)
tree515945bacee23eaa51305b47de8fb856c8853ee5
parentfb15601c35da2c4ced865f7453b029e068943721 (diff)
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
-rw-r--r--documentation/content/en/books/handbook/kernelconfig/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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]
====