OpenJDK-1.7.0.65/IcedTea-2.5.1: break some lines to less than 80 columns - first attempt.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14081 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-08-26 01:04:05 +00:00
parent 2c74f1c37c
commit cc2a12d2b7

View File

@ -391,9 +391,13 @@ rm -f Xvfb.pid</userinput></screen>
cp -R openjdk.build/j2sdk-image /opt/OpenJDK-&openjdk-version; &amp;&amp;
chown -R root:root /opt/OpenJDK-&openjdk-version;</userinput></screen>
<para>If desired, you may install a .desktop file corresponding to an entry in a desktop menu for <command>policytool</command>. First, you need to obtain an icon from <xref linkend="icedtea-web"/>:</para>
<para>If desired, you may install a .desktop file corresponding to an entry
in a desktop menu for <command>policytool</command>. First, you need to
obtain an icon from <xref linkend="icedtea-web"/>:</para>
<screen role="root"><userinput>tar -xf ../icedtea-web-&icedtea-web-version;.tar.gz icedtea-web-&icedtea-web-version;/javaws.png --strip-components=1</userinput></screen>
<screen role="root"><userinput>tar -xf ../icedtea-web-&icedtea-web-version;.tar.gz \
icedtea-web-&icedtea-web-version;/javaws.png \
--strip-components=1</userinput></screen>
<para>Now, as <systemitem class="username">root</systemitem> user:</para>
@ -534,7 +538,9 @@ EOF
mandb -c /opt/jdk/man</userinput></screen>
<para>To test the man pages are correctly installed, issue <command>source /etc/profile</command> and <command>man java</command> to display the respective man page.</para>
<para>To test if the man pages are correctly installed, issue
<command>source /etc/profile</command> and <command>man java</command> to
display the respective man page.</para>
</sect3>