Ignore:
Timestamp:
Jun 26, 2014, 1:44:09 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
f363efb
Parents:
e198308
git-author:
Chris Staub <chris@…> (06/26/14 01:43:45)
git-committer:
Chris Staub <chris@…> (06/26/14 01:44:09)
Message:

More clarification in diffutils page

File:
1 edited

Legend:

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

    re198308 r2487c4c  
    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.