Ignore:
Timestamp:
05/30/2005 09:39:09 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cec675bd
Parents:
7cd76d62
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm.xml

    r7cd76d62 r539ace5  
    3030    <title>Introduction to GPM</title>
    3131
    32     <para>The <application>GPM</application> (General Purpose Mouse 
    33     daemon) package contains a mouse server for the console and 
     32    <para>The <application>GPM</application> (General Purpose Mouse
     33    daemon) package contains a mouse server for the console and
    3434    <command>xterm</command>. It not only provides cut and paste support
    3535    generally, but its library component is used by various software such as
    36     <application>Links</application> to provide mouse support to the application. 
    37     It is useful on desktops, especially if following (Beyond) Linux From Scratch 
    38     instructions; it's often much easier (and less error prone) to cut and paste 
     36    <application>Links</application> to provide mouse support to the application.
     37    It is useful on desktops, especially if following (Beyond) Linux From Scratch
     38    instructions; it's often much easier (and less error prone) to cut and paste
    3939    between two console windows than to type everything by hand!</para>
    4040
     
    7878    <title>Installation of GPM</title>
    7979
    80     <para>Install <application>GPM</application> by running 
     80    <para>Install <application>GPM</application> by running
    8181    the following commands:</para>
    8282
     
    9797    <title>Command Explanations</title>
    9898
    99     <para><command>LDFLAGS="-lm"</command>: The math library 
    100     must be linked with <command>gpm</command>, as ceil() is used in 
     99    <para><command>LDFLAGS="-lm"</command>: The math library
     100    must be linked with <command>gpm</command>, as ceil() is used in
    101101    some cursor scrolling logic.</para>
    102102
     
    116116      </indexterm>
    117117
    118       <para>Install the <filename>/etc/rc.d/init.d/gpm</filename> init script 
     118      <para>Install the <filename>/etc/rc.d/init.d/gpm</filename> init script
    119119      included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    120120
     
    126126      <title>Config Files</title>
    127127
    128       <para><filename>/etc/gpm-root.conf</filename> and 
    129       <filename>~/.gpm-root</filename>: The default and individual user 
     128      <para><filename>/etc/gpm-root.conf</filename> and
     129      <filename>~/.gpm-root</filename>: The default and individual user
    130130      <command>gpm-root</command> configuration files.</para>
    131131
    132       <para><filename>/etc/sysconfig/mouse</filename>: 
     132      <para><filename>/etc/sysconfig/mouse</filename>:
    133133      This file contains the name of your mouse device and the protocol which
    134       it uses.  To create this file, run the following as the 
     134      it uses.  To create this file, run the following as the
    135135      <systemitem class="username">root</systemitem> user:</para>
    136136
     
    170170
    171171      <para>A list of which protocol values are known can be found by running
    172       <command>gpm -t -help</command>.  The <envar>MDEVICE</envar> setting 
     172      <command>gpm -t -help</command>.  The <envar>MDEVICE</envar> setting
    173173      depends on which type of mouse you have.  For example,
    174174      <filename>/dev/ttyS0</filename> for a serial mouse (on Windows this is
    175175      COM1), <filename>/dev/input/mice</filename> is often used for
    176       USB mice and <filename>/dev/psaux</filename> for PS2 
    177       mice.  <envar>GPMOPTS</envar> is the 'catch all' for any 
     176      USB mice and <filename>/dev/psaux</filename> for PS2
     177      mice.  <envar>GPMOPTS</envar> is the 'catch all' for any
    178178      additional options that are needed for your hardware.</para>
    179179
     
    225225        <term><command>gpm-root</command></term>
    226226        <listitem>
    227           <para>is a default handler for <command>gpm</command>. It is used to 
     227          <para>is a default handler for <command>gpm</command>. It is used to
    228228          draw menus on the root window.</para>
    229229          <indexterm zone="gpm gpm-root">
     
    236236        <term><command>hltest</command></term>
    237237        <listitem>
    238           <para>is a simple sample application using the high-level library, 
     238          <para>is a simple sample application using the high-level library,
    239239          meant to be read by programmers trying to use the high-level library.</para>
    240240          <indexterm zone="gpm hltest">
     
    257257        <term><command>mouse-test</command></term>
    258258        <listitem>
    259           <para>is a tool for determining the mouse type and device it's 
     259          <para>is a tool for determining the mouse type and device it's
    260260          attached to.</para>
    261261          <indexterm zone="gpm mouse-test">
Note: See TracChangeset for help on using the changeset viewer.