Changeset b32a1dc for kde


Ignore:
Timestamp:
01/28/2019 06:26:36 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
e8af989
Parents:
9a8be7d5
Message:

Typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21052 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
kde/kf5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    r9a8be7d5 rb32a1dc  
    303303    </para>
    304304
    305 <screen><userinput>export CXXFLAGS='-isystem /usr/include/openssl-1.0'
    306 
    307 while read -r line; do
     305<screen><userinput>while read -r line; do
    308306
    309307    # Get the file name, ignoring comments and blank lines
  • kde/kf5/kf5-intro.xml

    r9a8be7d5 rb32a1dc  
    7676    the <systemitem class="username">root</systemitem> user:</para>
    7777
    78 <screen role="root"><userinput>cat &gt;&gt; /etc/sudoers.d/qt &lt;&lt; "EOF
     78<screen role="root"><userinput>cat &gt;&gt; /etc/sudoers.d/qt &lt;&lt; "EOF"
    7979<literal>Defaults env_keep += QT_PLUGIN_PATH
    8080Defaults env_keep += QML2_IMPORT_PATH</literal>
    8181EOF
    8282
    83 cat &gt;&gt; /etc/sudoers.d/kde &lt;&lt; "EOF
     83cat &gt;&gt; /etc/sudoers.d/kde &lt;&lt; "EOF"
    8484<literal>Defaults env_keep += KF5_PREFIX</literal>
    8585EOF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.