aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-08-13 11:09:56 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-08-13 11:09:56 +0000
commitb2b6c6fda7aacd8ec831cab548a311d30b6d1eac (patch)
treeec16ad2bee96576cad181cebb5f7b285a066597d
parent8b0e97951feb2acd1052aaca2a565638991b280c (diff)
kernel: remove another extra empty line
Strangely the empty line seems only in my local rendering. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12020 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter10/kernel.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml
index de824da72..dc8f3ead8 100644
--- a/chapter10/kernel.xml
+++ b/chapter10/kernel.xml
@@ -75,8 +75,7 @@
<para>Be sure to enable/disable/set the following features or the system might
not work correctly or boot at all:</para>
- <screen role="nodump" revision="sysv">
-Device Drivers ---&gt;
+ <screen role="nodump" revision="sysv">Device Drivers ---&gt;
Generic Driver Options ---&gt;
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>