Author: pierre
Date: Wed Feb 22 06:22:59 2017
New Revision: 18386

Log:
Fix a couple of role="root" and typos

Modified:
   trunk/BOOK/general/graphlib/poppler.xml
   trunk/BOOK/general/prog/gcc-java.xml
   trunk/BOOK/general/sysutils/dbus.xml
   trunk/BOOK/xsoft/graphweb/chromium.xml
   trunk/BOOK/xsoft/other/rxvt-unicode.xml

Modified: trunk/BOOK/general/graphlib/poppler.xml
==============================================================================
--- trunk/BOOK/general/graphlib/poppler.xml     Tue Feb 21 18:25:05 2017        
(r18385)
+++ trunk/BOOK/general/graphlib/poppler.xml     Wed Feb 22 06:22:59 2017        
(r18386)
@@ -209,8 +209,7 @@
 
     <para>
       If you downloaded the additional encoding data package, install it by
-      issuing the following commands as the
-      <systemitem class="username">root</systemitem> user:
+      issuing the following commands:
     </para>
 
 <screen><userinput>tar -xf ../poppler-data-&poppler-data-version;.tar.gz 
&amp;&amp;

Modified: trunk/BOOK/general/prog/gcc-java.xml
==============================================================================
--- trunk/BOOK/general/prog/gcc-java.xml        Tue Feb 21 18:25:05 2017        
(r18385)
+++ trunk/BOOK/general/prog/gcc-java.xml        Wed Feb 22 06:22:59 2017        
(r18386)
@@ -313,7 +313,7 @@
       /usr/lib/gcc/*linux-gnu/...</command>:
       If the package is built by a user other than root, the ownership of the
       installed <filename class="directory">include</filename> directory (and
-      its content) will be incorrect. This commands changes the ownership to
+      its content) will be incorrect. This command changes the ownership to
       the <systemitem class="username">root</systemitem> user and group.
     </para>
 

Modified: trunk/BOOK/general/sysutils/dbus.xml
==============================================================================
--- trunk/BOOK/general/sysutils/dbus.xml        Tue Feb 21 18:25:05 2017        
(r18385)
+++ trunk/BOOK/general/sysutils/dbus.xml        Wed Feb 22 06:22:59 2017        
(r18386)
@@ -193,7 +193,7 @@
       <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen revision="systemd"><userinput remap="install">mv -v 
/usr/lib/libdbus-1.so.* /lib
+<screen revision="systemd" role="root"><userinput>mv -v 
/usr/lib/libdbus-1.so.* /lib
 ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) 
/usr/lib/libdbus-1.so</userinput></screen>
 
     <para>
@@ -460,7 +460,7 @@
             by adding the following lines:
           </para>
 
-<screen><userinput><literal># Start the D-Bus session daemon
+<screen role="nodump"><userinput><literal># Start the D-Bus session daemon
 eval `dbus-launch`
 export DBUS_SESSION_BUS_ADDRESS</literal></userinput></screen>
 
@@ -470,7 +470,7 @@
             <filename>~/.bash_logout</filename> file:
           </para>
 
-<screen><userinput><literal># Kill the D-Bus session daemon
+<screen role="nodump"><userinput><literal># Kill the D-Bus session daemon
 kill $DBUS_SESSION_BUS_PID</literal></userinput></screen>
         </listitem>
 

Modified: trunk/BOOK/xsoft/graphweb/chromium.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/chromium.xml      Tue Feb 21 18:25:05 2017        
(r18385)
+++ trunk/BOOK/xsoft/graphweb/chromium.xml      Wed Feb 22 06:22:59 2017        
(r18386)
@@ -277,7 +277,7 @@
     <para>While still the <systemitem class="username">root</systemitem> user,
     install icons and the .desktop file:</para>
 
-<screen><userinput role="root">for size in 16 32; do
+<screen role="root"><userinput>for size in 16 32; do
     install -vDm644 \
         "chrome/app/theme/default_100_percent/chromium/product_logo_$size.png" 
\
         "/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"

Modified: trunk/BOOK/xsoft/other/rxvt-unicode.xml
==============================================================================
--- trunk/BOOK/xsoft/other/rxvt-unicode.xml     Tue Feb 21 18:25:05 2017        
(r18385)
+++ trunk/BOOK/xsoft/other/rxvt-unicode.xml     Wed Feb 22 06:22:59 2017        
(r18386)
@@ -180,7 +180,7 @@
     <para>If you use a Desktop Environment, a menu entry can be included,
     issuing, as the <systemitem class="username">root</systemitem> user:</para>
 
-<screen><userinput>cat &gt; /usr/share/applications/urxvt.desktop &lt;&lt; 
"EOF" &amp;&amp;
+<screen role="root"><userinput>cat &gt; /usr/share/applications/urxvt.desktop 
&lt;&lt; "EOF" &amp;&amp;
 <literal>[Desktop Entry]
 Encoding=UTF-8
 Name=Rxvt-Unicode Terminal
-- 
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