Author: pierre
Date: Mon Sep 28 07:10:20 2015
New Revision: 16480

Log:
Move userinput to the end of real user input in Kf5
(does not change the rendered book)

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

Modified: trunk/BOOK/kde/kf5/kf5-frameworks.xml
==============================================================================
--- trunk/BOOK/kde/kf5/kf5-frameworks.xml       Sun Sep 27 21:41:03 2015        
(r16479)
+++ trunk/BOOK/kde/kf5/kf5-frameworks.xml       Mon Sep 28 07:10:20 2015        
(r16480)
@@ -144,14 +144,14 @@
     </para>
  
 
<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
-wget -r -nH --cut-dirs=3 -A '*.xz' -np $url
+wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
 <literal>
 The options used here are: 
   -r            recurse through child directories
   -nH           disable generation of host-prefixed directories
   --cut-dirs=3  remove three levels of directories when saving
   -A '*.xz'     just get the *.xz files
-  -np           don't get parent directories</literal></userinput></screen>
+  -np           don't get parent directories</literal></screen>
 
    </sect2>
 
-- 
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