Changeset 04a28bc for general/sysutils


Ignore:
Timestamp:
09/22/2003 04:23:23 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c202baef
Parents:
74696d9
Message:

refining acronym policy

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

Location:
general/sysutils
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm.xml

    r74696d9 r04a28bc  
    11<sect1 id="gpm" xreflabel="gpm-&gpm-version;">
    2 <title>gpm-&gpm-version;</title>
     2<title><acronym>GPM</acronym>-&gpm-version;</title>
    33
    4 <para><acronym>GPM</acronym> (the general purpose mouse daemon) is a mouse
    5 server for applications running in the console.  It not only provides cut and
    6 paste support generally, but its library component is used by various software
    7 such as links to provide mouse support to the application generally.  It
    8 is useful on desktops, especially if following (Beyond)LinuxFromScratch
    9 instructions - it's often much easier (and less error prone) to cut and
    10 paste between two console windows than to type everything by
    11 hand!</para>
     4<para><application><acronym>GPM</acronym></application> (the General Purpose
     5Mouse daemon) is a mouse server for applications running in the console.  It
     6not only provides cut and paste support generally, but its library component is
     7used by various software such as links to provide mouse support to the
     8application generally.  It is useful on desktops, especially if following
     9(Beyond) Linux From Scratch instructions - it's often much easier (and less
     10error prone) to cut and paste between two console windows than to type
     11everything by hand!</para>
    1212
    1313&gpm-intro;
  • general/sysutils/gpm/gpm-config.xml

    r74696d9 r04a28bc  
    11<sect2>
    2 <title>Configuring <application><acronym>gpm</acronym></application></title>
     2<title>Configuring <application><acronym>GPM</acronym></application></title>
    33
    44<sect3><title>gpm init.d script</title>
    5 <para>The <application>gpm</application> init.d script can be created using
    6 the following commands:  (This assumes that you have followed the
     5<para>The <command>gpm</command> init.d script can be created using
     6the following commands:  <!-- (This assumes that you have followed the
    77<acronym>LFS</acronym> default of having your $rc_base set to <filename
    8 class="directory">/etc/rc.d</filename>)</para>
     8class="directory">/etc/rc.d</filename>) --></para>
    99<screen><userinput><command>cat &gt; /etc/rc.d/init.d/gpm &lt;&lt; "EOF"</command>
    1010#!/bin/sh
     
    6161chmod 755 /etc/rc.d/init.d/gpm</command></userinput></screen>
    6262
    63 <para>You then need to create symbolic links to this file in the relevant rc.d
    64 directories.  For example:
     63<para>You then need to create symbolic links to this file in the
     64relevant <filename>rc.d</filename> directories.  For example:
    6565<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    6666ln -sf ../init.d/gpm ../rc0.d/K10gpm &amp;&amp;
  • general/sysutils/gpm/gpm-desc.xml

    r74696d9 r04a28bc  
    22<title>Contents</title>
    33
    4 <para>The <application><acronym>gpm</acronym></application> package contains
     4<para>The <application><acronym>GPM</acronym></application> package contains
    55<command>gpm</command>,
    66<command>gpm-root</command>, <command>disable-paste</command>
  • general/sysutils/gpm/gpm-inst.xml

    r74696d9 r04a28bc  
    11<sect2>
    2 <title>Installation of <application><acronym>gpm</acronym></application></title>
     2<title>Installation of <application><acronym>GPM</acronym></application></title>
    33
    4 <para>Download the patches for <application><acronym>gpm</acronym></application> from <ulink url="&hfile-root;"/>.</para>
     4<para>Download the patches for <application><acronym>GPM</acronym></application> from <ulink url="&hfile-root;"/>.</para>
    55
    6 <para>Install <application><acronym>gpm</acronym></application> by running the following commands:
     6<para>Install <application><acronym>GPM</acronym></application> by running the following commands:
    77</para>
    88<!--
     
    2323
    2424<para><command>export LDFLAGS="-lm"</command> : The math library
    25  must be linked with gpm, as ceil() is used in some cursor scrolling
    26  logic. <envar>LDFLAGS</envar> is only needed if you optimize gpm for size.
     25 must be linked with <command>gpm</command>, as ceil() is used in some cursor
     26scrolling logic. <envar>LDFLAGS</envar> is only needed if you optimize
     27<command>gpm</command> for size.
    2728</para>
    2829
  • general/sysutils/gpm/gpm-intro.xml

    r74696d9 r04a28bc  
    11<sect2>
    2 <title>Introduction to <application><acronym>gpm</acronym></application></title>
     2<title>Introduction to <application><acronym>GPM</acronym></application></title>
    33
    4 <para>The <application><acronym>gpm</acronym></application> package contains a mouse server for
    5 the console and <command>xterm</command>. This is useful for cutting and
    6 pasting text in console mode, and also because many console-based programs
    7 need it to compile mouse support into themselves.</para>
     4<para>The <application><acronym>GPM</acronym></application> package contains a
     5mouse server for the console and <command>xterm</command>. This is useful for
     6cutting and pasting text in console mode, and also because many console-based
     7programs need it to compile mouse support into themselves.</para>
    88
    99<sect3><title>Package information</title>
Note: See TracChangeset for help on using the changeset viewer.