Changeset cc2a12d for general


Ignore:
Timestamp:
08/26/2014 01:04:05 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b1129a10
Parents:
2c74f1c3
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r2c74f1c3 rcc2a12d  
    392392chown -R root:root /opt/OpenJDK-&openjdk-version;</userinput></screen>
    393393
    394     <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>
    395 
    396 <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>
     394    <para>If desired, you may install a .desktop file corresponding to an entry
     395    in a desktop menu for <command>policytool</command>. First, you need to
     396    obtain an icon from <xref linkend="icedtea-web"/>:</para>
     397
     398<screen role="root"><userinput>tar -xf ../icedtea-web-&icedtea-web-version;.tar.gz  \
     399        icedtea-web-&icedtea-web-version;/javaws.png \
     400        --strip-components=1</userinput></screen>
    397401
    398402    <para>Now, as <systemitem class="username">root</systemitem> user:</para>
     
    535539mandb -c /opt/jdk/man</userinput></screen>
    536540
    537     <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>
     541    <para>To test if the man pages are correctly installed, issue
     542    <command>source /etc/profile</command> and <command>man java</command> to
     543    display the respective man page.</para>
    538544
    539545    </sect3>
Note: See TracChangeset for help on using the changeset viewer.