Ignore:
Timestamp:
03/26/2020 01:13:18 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3defb8db
Parents:
29244b7
Message:

Format "editors"

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/ed.xml

    r29244b7 rf716ef4  
    3030    <title>Introduction to Ed</title>
    3131
    32     <para><application>Ed</application> is a line-oriented text editor. It
    33     is used to create, display, modify and otherwise manipulate text files,
    34     both interactively and via shell scripts. Ed isn't something which many
    35     people use. It's described here because it can be used by the patch
    36     program if you encounter an ed-based patch file. This happens rarely
    37     because diff-based patches are preferred these days.</para>
     32    <para>
     33      <application>Ed</application> is a line-oriented text editor. It
     34      is used to create, display, modify and otherwise manipulate text files,
     35      both interactively and via shell scripts. Ed isn't something which many
     36      people use. It's described here because it can be used by the patch
     37      program if you encounter an ed-based patch file. This happens rarely
     38      because diff-based patches are preferred these days.
     39    </para>
    3840
    3941    &lfs91_checked;
     
    4244    <itemizedlist spacing="compact">
    4345      <listitem>
    44         <para>Download (HTTP): <ulink url="&ed-download-http;"/></para>
     46        <para>
     47          Download (HTTP): <ulink url="&ed-download-http;"/>
     48        </para>
    4549      </listitem>
    4650      <listitem>
    47         <para>Download (FTP): <ulink url="&ed-download-ftp;"/></para>
     51        <para>
     52          Download (FTP): <ulink url="&ed-download-ftp;"/>
     53        </para>
    4854      </listitem>
    4955      <listitem>
    50         <para>Download MD5 sum: &ed-md5sum;</para>
     56        <para>
     57          Download MD5 sum: &ed-md5sum;
     58        </para>
    5159      </listitem>
    5260      <listitem>
    53         <para>Download size: &ed-size;</para>
     61        <para>
     62          Download size: &ed-size;
     63        </para>
    5464      </listitem>
    5565      <listitem>
    56         <para>Estimated disk space required: &ed-buildsize;</para>
     66        <para>
     67          Estimated disk space required: &ed-buildsize;
     68        </para>
    5769      </listitem>
    5870      <listitem>
    59         <para>Estimated build time: &ed-time;</para>
     71        <para>
     72          Estimated build time: &ed-time;
     73        </para>
    6074      </listitem>
    6175    </itemizedlist>
     
    7690    <title>Installation of Ed</title>
    7791
    78     <para>Install <application>Ed</application> by running the following
    79     commands:</para>
     92    <para>
     93      Install <application>Ed</application> by running the following
     94      commands:
     95    </para>
    8096
    8197<screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
    8298make</userinput></screen>
    8399
    84     <para>To test the results, issue: <command>make check</command>.</para>
     100    <para>
     101      To test the results, issue: <command>make check</command>.
     102    </para>
    85103
    86     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     104    <para>
     105      Now, as the <systemitem class="username">root</systemitem> user:
     106    </para>
    87107
    88108<screen role="root"><userinput>make install</userinput></screen>
     
    113133        <term><command>ed</command></term>
    114134        <listitem>
    115           <para>is a line-oriented text editor.</para>
     135          <para>
     136            is a line-oriented text editor.
     137          </para>
    116138          <indexterm zone="ed ed-prog">
    117139            <primary sortas="b-ed">ed</primary>
     
    123145        <term><command>red</command></term>
    124146        <listitem>
    125           <para>is a restricted <command>ed</command>&mdash;it can only edit
    126           files in the current directory and cannot execute shell
    127           commands.</para>
     147          <para>
     148            is a restricted <command>ed</command>&mdash;it can only edit
     149            files in the current directory and cannot execute shell commands.
     150          </para>
    128151          <indexterm zone="ed red">
    129152            <primary sortas="b-red">red</primary>
Note: See TracChangeset for help on using the changeset viewer.