Ignore:
Timestamp:
02/11/2005 03:46:30 AM (19 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dcbbcc4a
Parents:
563441f
Message:

reformat joe

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/ed.xml

    r563441f r36d9b2b  
    2020<?dbhtml filename="ed.html"?>
    2121<title>Ed-&ed-version;</title>
     22<indexterm zone="ed"><primary
     23sortas="a-Ed">Ed</primary></indexterm>
     24
    2225
    2326<sect2>
     
    7174
    7275<screen><userinput><command>./configure --prefix=/usr --exec-prefix="" &amp;&amp;
    73 make &amp;&amp;
    74 make install</command></userinput></screen>
     76make</command></userinput></screen>
     77
     78<para>Now, as the root user:</para>
     79
     80<screen><userinput role='root'><command>make install</command></userinput></screen>
    7581
    7682</sect2>
     
    9096<title>Contents</title>
    9197
    92 <para>The <application>Ed</application> package contains
    93 <command>ed</command> and
    94 <command>red</command>.</para>
     98<segmentedlist>
     99<segtitle>Installed Programs</segtitle>
     100<seglistitem>
     101<seg>ed and red</seg>
     102</seglistitem>
     103</segmentedlist>
    95104
    96 </sect2>
     105<variablelist>
     106<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     107<?dbfo list-presentation="list"?>
    97108
    98 <sect2><title>Description</title>
     109<varlistentry id="ed-prog">
     110<term><filename>ed</filename></term>
     111<listitem><para>is a line-oriented text editor.</para>
     112<indexterm zone="ed ed-prog">
     113<primary sortas="b-ed">ed</primary></indexterm>
     114</listitem>
     115</varlistentry>
    99116
    100 <sect3><title>ed</title>
    101 <para><command>ed</command>
    102 is a line-oriented text editor.
    103 </para></sect3>
     117<varlistentry id="red">
     118<term><filename>red</filename></term>
     119<listitem><para>is a restricted ed&mdash;it can only edit files in the
     120current directory and cannot execute shell commands.
     121</para>
     122<indexterm zone="ed red">
     123<primary sortas="b-red">red</primary></indexterm>
     124</listitem>
     125</varlistentry>
    104126
    105 <sect3><title>red</title>
    106 <para><command>red</command>
    107 is a restricted ed&mdash;it can only edit files in the current directory
    108 and cannot execute shell commands.
    109 </para></sect3>
     127</variablelist>
    110128
    111129</sect2>
Note: See TracChangeset for help on using the changeset viewer.