Changeset 1bcea75


Ignore:
Timestamp:
Feb 12, 2014, 1:38:15 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
231f3aef
Parents:
bc1175e
Message:

Replace the second instance of s1 and s2 to s3 and s4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/diffutils.xml

    rbc1175e r1bcea75  
    3434<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    3535
    36     <para os="s1">Diffutils wants <command>ed</command> as the default editor.
     36    <para os="s3">Diffutils wants <command>ed</command> as the default editor.
    3737    The following sed will change the default to <command>vim</command>:</para>
    3838
    39 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
     39<screen os="s4"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
    4040
    4141    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.