Browse Source

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
Xi Ruoyao 3 years ago
parent
commit
b2b6c6fda7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      chapter10/kernel.xml

+ 1 - 2
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>