[Bug 263441] Handbook/kernelconfig: Missing # characters
Date: Wed, 20 Apr 2022 23:23:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263441 Bug ID: 263441 Summary: Handbook/kernelconfig: Missing # characters Product: Documentation Version: Latest Hardware: Any URL: https://docs.freebsd.org/en/books/handbook/kernelconfi g/ OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: doc@FreeBSD.org Reporter: salvadore@freebsd.org CC: carlavilla@FreeBSD.org In the following text some # characters have disappeared: 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 you do not understand. Looking at the page source, this code can be found, where the characters are indeed missing: <p>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 <code><mark></mark></code> is considered a comment and ignored. To remove kernel support for a device or subsystem, put a <code></code> at the beginning of the line representing that device or subsystem. Do not add or remove a <code>#</code> for any line that you do not understand.</p> However, looking at /documentation/content/en/books/handbook/kernelconfig/_index.adoc the characters seem to be present: 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 you do not understand. -- You are receiving this mail because: You are the assignee for the bug.