Ignore:
Timestamp:
01/28/2005 04:19:29 AM (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:
b37eb5f
Parents:
fa0eb91a
Message:

Added indexing tags to Screen

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/screen.xml

    rfa0eb91a ra1dd01c  
    1919<?dbhtml filename="screen.html"?>
    2020<title>Screen-&screen-version;</title>
     21<indexterm zone="screen">
     22<primary sortas="a-Screen">Screen</primary>
     23</indexterm>
    2124
    2225<sect2>
     
    3639<sect3><title>Package information</title>
    3740<itemizedlist spacing='compact'>
    38 <listitem><para>Download (HTTP): <ulink url="&screen-download-http;"/></para></listitem>
    39 <listitem><para>Download (FTP): <ulink url="&screen-download-ftp;"/></para></listitem>
    40 <listitem><para>Download size: &screen-size;</para></listitem>
    41 <listitem><para>Estimated disk space required: &screen-buildsize;</para></listitem>
    42 <listitem><para>Estimated build time: &screen-time;</para></listitem></itemizedlist>
     41<listitem><para>Download (HTTP):
     42<ulink url="&screen-download-http;"/></para></listitem>
     43<listitem><para>Download (FTP):
     44<ulink url="&screen-download-ftp;"/></para></listitem>
     45<listitem><para>Download size:
     46&screen-size;</para></listitem>
     47<listitem><para>Estimated disk space required:
     48&screen-buildsize;</para></listitem>
     49<listitem><para>Estimated build time:
     50&screen-time;</para></listitem></itemizedlist>
    4351</sect3>
    4452
    4553<sect3><title><application>Screen</application> dependencies</title>
    4654<sect4><title>Optional</title>
    47 <para><xref linkend="Linux_PAM"/>
    48 </para></sect4>
     55<para><xref linkend="Linux_PAM"/></para>
     56</sect4>
    4957</sect3>
    5058
     
    6068    --with-sys-screenrc=/etc/screenrc &amp;&amp;
    6169sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
    62 make &amp;&amp;
    63 make install &amp;&amp;
     70make</command></userinput></screen>
     71
     72<para>Now, as the root user:</para>
     73
     74<screen><userinput role='root'><command>make install &amp;&amp;
    6475install -m 644 etc/etcscreenrc /etc/screenrc</command></userinput></screen>
    6576
     
    6980<title>Configuring <application>Screen</application></title>
    7081
    71 <sect3><title>Config files</title>
    72 
    73 <para><filename>/etc/screenrc</filename>,
     82<sect3 id ="screen-config"><title>Config files</title>
     83<para><filename>/etc/screenrc</filename> and
    7484<filename>~/.screenrc</filename>
    75 </para></sect3>
     85</para>
     86<indexterm zone="screen screen-config">
     87<primary sortas="e-AA.screenrc">~/.screenrc</primary></indexterm>
     88<indexterm zone="screen screen-config">
     89<primary sortas="e-etc-screenrc">/etc/screenrc</primary></indexterm>
     90</sect3>
    7691
    7792<sect3><title>Configuration Information</title>
    78 
    79 <para>You may want to look at the example configuration file that we
     93<para>You may want to look at the example configuration file that was
    8094installed and customize it for your needs.</para>
    8195</sect3>
     
    86100<title>Contents</title>
    87101
    88 <para>This package contains <command>screen</command>.</para>
     102<segmentedlist>
     103<segtitle>Installed Programs</segtitle>
     104<segtitle>Installed Libraries</segtitle>
     105<segtitle>Installed Directories</segtitle>
    89106
    90 </sect2>
     107<seglistitem>
     108<seg>screen</seg>
     109<seg>None</seg>
     110<seg>/var/run/screen</seg>
     111</seglistitem>
     112</segmentedlist>
    91113
    92 <sect2><title>Description</title>
     114<variablelist>
     115<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     116<?dbfo list-presentation="list"?>
    93117
    94 <sect3><title>screen</title>
    95 <para><command>screen</command> is a terminal multiplexor with
    96 VT100/<acronym>ANSI</acronym> terminal emulation.</para></sect3>
    97 
     118<varlistentry id="screen-prog">
     119<term><command>screen</command></term>
     120<listitem><para>is a terminal multiplexor with VT100/<acronym>ANSI</acronym>
     121terminal emulation.</para>
     122<indexterm zone="screen screen-prog">
     123<primary sortas="b-screen">screen</primary>
     124</indexterm></listitem>
     125</varlistentry>
     126</variablelist>
    98127</sect2>
    99128
Note: See TracChangeset for help on using the changeset viewer.