Changeset d3d34af


Ignore:
Timestamp:
Jun 26, 2014, 1:43:45 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
3c9d060
Parents:
d7a03ae
Message:

More clarification in diffutils page

File:
1 edited

Legend:

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

    rd7a03ae rd3d34af  
    3434<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    3535
    36     <para os="s3">Diffutils wants <command>ed</command> as the default editor.
    37     The following sed will change the default to <command>vim</command>:</para>
     36    <para os="s3">Diffutils wants <command>ed</command> as the default editor
     37    for <command>sdiff</command>. The following <command>sed</command> will
     38    change the default to <command>vi</command>:</para>
    3839
    3940<screen os="s4"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.