Sfoglia il codice sorgente

typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11089 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 9 anni fa
parent
commit
eece29dda4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      chapter06/systemd.xml

+ 2 - 2
chapter06/systemd.xml

@@ -47,8 +47,8 @@
 
     <para>Fix a potential security issue with framebuffer devices:</para>
 
-<screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \
-    -e '/SUBSYTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
+<screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@'                  \
+    -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
     -i  src/login/70-uaccess.rules</userinput></screen>
 
     <para>Disable two tests that always fail:</para>