Changeset 09f7011


Ignore:
Timestamp:
01/16/2005 02:29:07 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.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
71d04e9
Parents:
22073e81
Message:

Added index tags to GPM

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/links.xml

    r22073e81 r09f7011  
    3838<sect3><title><application>Links</application> dependencies</title>
    3939<sect4><title>Optional</title>
    40 <para><xref linkend="gpm"/>, <xref linkend="openssl-package"/>, <xref linkend="libpng"/>,
    41 <xref linkend="libjpeg"/>, <xref linkend="libtiff"/>, <ulink
    42 url="http://www.svgalib.org/">SVGAlib</ulink>,
     40<para><xref linkend="gpm-package"/>,
     41<xref linkend="openssl-package"/>,
     42<xref linkend="libpng"/>,
     43<xref linkend="libjpeg"/>,
     44<xref linkend="libtiff"/>,
     45<ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
    4346<ulink url="http://www.directfb.org/">DirectFB</ulink> and
    44 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>).</para></sect4>
     47X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>).</para>
     48</sect4>
    4549</sect3>
    4650
     
    6569use <application>Links</application> in graphics mode. You will either
    6670need to install the X Window System or enable frame buffer support in
    67 your kernel and install <xref linkend="gpm"/>.</para>
     71your kernel and install <xref linkend="gpm-package"/>.</para>
    6872
    6973</sect2>
  • basicnet/textweb/w3m.xml

    r22073e81 r09f7011  
    4242<sect4><title>Optional</title>
    4343<para><xref linkend="pkgconfig"/>,
    44 <xref linkend="gpm"/>,
     44<xref linkend="gpm-package"/>,
    4545<xref linkend="openssl-package"/>,
    4646<xref linkend="imlib"/>,
  • general.ent

    r22073e81 r09f7011  
    1 <!ENTITY day          "15">
     1<!ENTITY day          "16">
    22<!ENTITY month        "01">
    33<!ENTITY year         "2005">
  • general/graphlib/aalib.xml

    r22073e81 r09f7011  
    4343<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    4444<xref linkend="slang"/> and
    45 <xref linkend="gpm"/></para></sect4>
     45<xref linkend="gpm-package"/></para>
     46</sect4>
    4647</sect3>
    4748
  • general/sysutils/gpm.xml

    r22073e81 r09f7011  
    1010<!ENTITY gpm-buildsize "6.7 MB">
    1111<!ENTITY gpm-time "0.09 SBU">
    12 
    1312]>
    1413
    15 <sect1 id="gpm" xreflabel="GPM-&gpm-version;">
     14<sect1 id="gpm-package" xreflabel="GPM-&gpm-version;">
    1615<sect1info>
    1716<othername>$LastChangedBy$</othername>
     
    2019<?dbhtml filename="gpm.html"?>
    2120<title><acronym>GPM</acronym>-&gpm-version;</title>
     21<indexterm zone="gpm-package">
     22<primary sortas="a-GPM-package">GPM</primary></indexterm>
    2223
    2324<sect2>
     
    8990<title>Configuring <application><acronym>GPM</acronym></application></title>
    9091
    91 <sect3><title>gpm init.d script</title>
     92<sect3 id="gpm-init"><title>gpm init.d script</title>
     93<indexterm zone="gpm-package gpm-init">
     94<primary sortas="f-GPM-init">gpm</primary></indexterm>
     95
    9296<para>Install the <filename>/etc/rc.d/init.d/gpm</filename>
    9397init script included in the
     
    9599
    96100<screen><userinput><command>make install-gpm</command></userinput></screen>
    97 
    98 </sect3>
    99 
    100 <sect3><title>Config files</title>
     101</sect3>
     102
     103<sect3 id="gpm-config"><title>Config files</title>
    101104
    102105<para><filename>/etc/gpm-root.conf</filename> and
     
    117120# End /etc/sysconfig/mouse
    118121<command>EOF</command></userinput></screen>
     122
     123<indexterm zone="gpm-package gpm-config">
     124<primary sortas="e-AA.gpm-root">~/.gpm-root</primary></indexterm>
     125<indexterm zone="gpm-package gpm-config">
     126<primary sortas="e-etc-gpm-root.conf">/etc/gpm-root.conf</primary></indexterm>
     127<indexterm zone="gpm-package gpm-config">
     128<primary sortas="e-etc-sysconfig-mouse-gpm">/etc/sysconfig/mouse</primary>
     129</indexterm>
    119130</sect3>
    120131
     
    136147mice.  <envar>GPMOPTS</envar> is the 'catch all' for any
    137148additional options that are needed for your hardware.</para>
    138 
    139149</sect3>
    140150
     
    144154<title>Contents</title>
    145155
    146 <para>The <application><acronym>GPM</acronym></application> package contains
    147 <command>gpm</command>, <command>gpm-root</command>,
    148 <command>disable-paste</command>, <command>mev</command>,
    149 <command>mouse-test</command> and <command>hltest</command>.</para>
    150 
    151 </sect2>
    152 
    153 <sect2><title>Description</title>
    154 
    155 <sect3><title>gpm</title>
    156 <para><command>gpm</command> is a cut and paste utility and mouse server for
    157 virtual consoles.</para></sect3>
    158 
    159 <sect3><title>gpm-root</title>
    160 <para><command>gpm-root</command> is a default handler for
    161 <command>gpm</command>.  It is used to draw menus on the
    162 root window.</para></sect3>
    163 
    164 <sect3><title>disable-paste</title>
    165 <para><command>disable-paste</command> is a security mechanism used to disable
    166 the paste buffer.</para></sect3>
    167 
    168 <sect3><title>mev</title>
    169 <para><command>mev</command> is a program to report mouse events.</para></sect3>
    170 
    171 <sect3><title>mouse-test</title>
    172 <para><command>mouse-test</command> is a tool for determining the mouse type
    173 and device it's attached to.</para></sect3>
    174 
    175 <sect3><title>hltest</title>
    176 <para><command>hltest</command> is a simple sample application using the
    177 high-level library, meant to be read by programmers trying to use the
    178 high-level library.</para></sect3>
     156<segmentedlist>
     157<segtitle>Installed Programs</segtitle>
     158<seglistitem>
     159<seg>disable-paste, gpm, gpm-root, hltest, mev and mouse-test</seg>
     160</seglistitem>
     161</segmentedlist>
     162
     163<variablelist>
     164<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     165<?dbfo list-presentation="list"?>
     166
     167<varlistentry id="disable-paste">
     168<term><command>disable-paste</command></term>
     169<listitem><para>is a security mechanism used to disable the paste buffer.</para>
     170<indexterm zone="gpm-package disable-paste">
     171<primary sortas="b-disable-paste">disable-paste</primary></indexterm>
     172</listitem>
     173</varlistentry>
     174
     175<varlistentry id="gpm">
     176<term><command>gpm</command></term>
     177<listitem><para>is a cut and paste utility and mouse server for virtual
     178consoles.</para>
     179<indexterm zone="gpm-package gpm">
     180<primary sortas="b-gpm">gpm</primary></indexterm>
     181</listitem>
     182</varlistentry>
     183
     184<varlistentry id="gpm-root">
     185<term><command>gpm-root</command></term>
     186<listitem><para>is a default handler for <command>gpm</command>. It is used to
     187draw menus on the root window.</para>
     188<indexterm zone="gpm-package gpm-root">
     189<primary sortas="b-gpm-root">gpm-root</primary></indexterm>
     190</listitem>
     191</varlistentry>
     192
     193<varlistentry id="hltest">
     194<term><command>hltest</command></term>
     195<listitem><para>is a simple sample application using the high-level library,
     196meant to be read by programmers trying to use the high-level library.</para>
     197<indexterm zone="gpm-package hltest">
     198<primary sortas="b-hltest">hltest</primary></indexterm>
     199</listitem>
     200</varlistentry>
     201
     202<varlistentry id="mev">
     203<term><command>mev</command></term>
     204<listitem><para>is a program to report mouse events.</para>
     205<indexterm zone="gpm-package mev">
     206<primary sortas="b-mev">mev</primary></indexterm>
     207</listitem>
     208</varlistentry>
     209
     210<varlistentry id="mouse-test">
     211<term><command>mouse-test</command></term>
     212<listitem><para>is a tool for determining the mouse type and device it's
     213attached to.</para>
     214<indexterm zone="gpm-package mouse-test">
     215<primary sortas="b-mouse-test">mouse-test</primary></indexterm>
     216</listitem>
     217</varlistentry>
     218</variablelist>
    179219
    180220</sect2>
  • general/sysutils/mc.xml

    r22073e81 r09f7011  
    5050
    5151<sect4><title>Optional</title>
    52 <para><xref linkend="gpm"/>,
     52<para><xref linkend="gpm-package"/>,
    5353X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    5454<xref linkend="samba3"/>,
  • postlfs/editors/vim.xml

    r22073e81 r09f7011  
    6969<xref linkend="tcl"/>,
    7070<xref linkend="ruby-package"/>
    71 and <xref linkend="gpm"/>
     71and <xref linkend="gpm-package"/>
    7272</para></sect4>
    7373</sect3>
Note: See TracChangeset for help on using the changeset viewer.