Author: pierre
Date: Mon Jan 28 10:26:36 2019
New Revision: 21052

Log:
Typos

Modified:
   trunk/BOOK/kde/kf5/kf5-frameworks.xml
   trunk/BOOK/kde/kf5/kf5-intro.xml

Modified: trunk/BOOK/kde/kf5/kf5-frameworks.xml
==============================================================================
--- trunk/BOOK/kde/kf5/kf5-frameworks.xml       Mon Jan 28 06:24:43 2019        
(r21051)
+++ trunk/BOOK/kde/kf5/kf5-frameworks.xml       Mon Jan 28 10:26:36 2019        
(r21052)
@@ -302,9 +302,7 @@
       commands:
     </para>
 
-<screen><userinput>export CXXFLAGS='-isystem /usr/include/openssl-1.0'
-
-while read -r line; do
+<screen><userinput>while read -r line; do
 
     # Get the file name, ignoring comments and blank lines
     if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi

Modified: trunk/BOOK/kde/kf5/kf5-intro.xml
==============================================================================
--- trunk/BOOK/kde/kf5/kf5-intro.xml    Mon Jan 28 06:24:43 2019        (r21051)
+++ trunk/BOOK/kde/kf5/kf5-intro.xml    Mon Jan 28 10:26:36 2019        (r21052)
@@ -75,12 +75,12 @@
     should be available to the super user. Execute the following commands as
     the <systemitem class="username">root</systemitem> user:</para>
 
-<screen role="root"><userinput>cat &gt;&gt; /etc/sudoers.d/qt &lt;&lt; "EOF
+<screen role="root"><userinput>cat &gt;&gt; /etc/sudoers.d/qt &lt;&lt; "EOF"
 <literal>Defaults env_keep += QT_PLUGIN_PATH
 Defaults env_keep += QML2_IMPORT_PATH</literal>
 EOF
 
-cat &gt;&gt; /etc/sudoers.d/kde &lt;&lt; "EOF
+cat &gt;&gt; /etc/sudoers.d/kde &lt;&lt; "EOF"
 <literal>Defaults env_keep += KF5_PREFIX</literal>
 EOF</userinput></screen>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to