Changeset d26cf13b for lxqt


Ignore:
Timestamp:
03/28/2016 04:37:06 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
9000d29
Parents:
5cf89d2
Message:

Bump date and fix some minor defects in qterminal page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qterminal.xml

    r5cf89d2 rd26cf13b  
    143143
    144144    <para>
    145       To install the API documentation, if you opted to generate them, issue,
     145      To install the html API documentation, if you opted to generate it, issue,
    146146      as the <systemitem class="username">root</systemitem> user:
    147147    </para>
    148148
    149149<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/qterminal-&qterminal-version;/{html,pdf} &amp;&amp;
    150 install -v -m644    docs/latex/refman.pdf \
     150cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen>
     151
     152    <para>
     153      The pdf API reference manual can be installed with, as
     154      the <systemitem class="username">root</systemitem> user:
     155    </para>
     156
     157<screen role="root"><userinput>install -v -m644    docs/latex/refman.pdf \
    151158                    /usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen>
    152 
    153     <para>
    154       for the html API documentation, and, for the pdf API reference manual, as
    155       the <systemitem class="username">root</systemitem> user:
    156     </para>
    157 
    158 <screen role="root"><userinput>cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen>
    159159
    160160  </sect2>
     
    213213          <para>
    214214            is a <application>Qt</application> based lightweight terminal
    215             emulator for.
     215            emulator.
    216216          </para>
    217217          <indexterm zone="qterminal qterminal-prog">
Note: See TracChangeset for help on using the changeset viewer.